public static interface ListCachePoliciesRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListCachePoliciesRequest.Builder,ListCachePoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCachePoliciesRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of cache policies.
|
ListCachePoliciesRequest.Builder |
maxItems(String maxItems)
The maximum number of cache policies that you want in the response.
|
ListCachePoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCachePoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCachePoliciesRequest.Builder |
type(CachePolicyType type)
A filter to return only the specified kinds of cache policies.
|
ListCachePoliciesRequest.Builder |
type(String type)
A filter to return only the specified kinds of cache policies.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCachePoliciesRequest.Builder type(String type)
A filter to return only the specified kinds of cache policies. Valid values are:
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your account.
type - A filter to return only the specified kinds of cache policies. Valid values are:
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your account.
CachePolicyType,
CachePolicyTypeListCachePoliciesRequest.Builder type(CachePolicyType type)
A filter to return only the specified kinds of cache policies. Valid values are:
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your account.
type - A filter to return only the specified kinds of cache policies. Valid values are:
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your account.
CachePolicyType,
CachePolicyTypeListCachePoliciesRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list of cache policies. The
response includes cache policies in the list that occur after the marker. To get the next page of the list,
set this field’s value to the value of NextMarker from the current page’s response.
marker - Use this field when paginating results to indicate where to begin in your list of cache policies. The
response includes cache policies in the list that occur after the marker. To get the next page of the
list, set this field’s value to the value of NextMarker from the current page’s response.ListCachePoliciesRequest.Builder maxItems(String maxItems)
The maximum number of cache policies that you want in the response.
maxItems - The maximum number of cache policies that you want in the response.ListCachePoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCachePoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.