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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCachePoliciesRequest.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 AWS.
custom
– Returns only the custom policies created in your AWS account.
type
- A filter to return only the specified kinds of cache policies. Valid values are:
managed
– Returns only the managed policies created by AWS.
custom
– Returns only the custom policies created in your AWS account.
CachePolicyType
,
CachePolicyType
ListCachePoliciesRequest.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 AWS.
custom
– Returns only the custom policies created in your AWS account.
type
- A filter to return only the specified kinds of cache policies. Valid values are:
managed
– Returns only the managed policies created by AWS.
custom
– Returns only the custom policies created in your AWS account.
CachePolicyType
,
CachePolicyType
ListCachePoliciesRequest.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.Builder
ListCachePoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.