Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachePolicyList.Builder
-
Packages that use CachePolicyList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CachePolicyList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyList.Builder Modifier and Type Method Description static CachePolicyList.BuilderCachePolicyList. builder()CachePolicyList.BuilderCachePolicyList.Builder. items(Collection<CachePolicySummary> items)Contains the cache policies in the list.CachePolicyList.BuilderCachePolicyList.Builder. items(Consumer<CachePolicySummary.Builder>... items)Contains the cache policies in the list.CachePolicyList.BuilderCachePolicyList.Builder. items(CachePolicySummary... items)Contains the cache policies in the list.CachePolicyList.BuilderCachePolicyList.Builder. maxItems(Integer maxItems)The maximum number of cache policies requested.CachePolicyList.BuilderCachePolicyList.Builder. nextMarker(String nextMarker)If there are more items in the list than are in this response, this element is present.CachePolicyList.BuilderCachePolicyList.Builder. quantity(Integer quantity)The total number of cache policies returned in the response.CachePolicyList.BuilderCachePolicyList. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyList.Builder Modifier and Type Method Description static Class<? extends CachePolicyList.Builder>CachePolicyList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachePolicyList.Builder Modifier and Type Method Description default ListCachePoliciesResponse.BuilderListCachePoliciesResponse.Builder. cachePolicyList(Consumer<CachePolicyList.Builder> cachePolicyList)A list of cache policies.
-