| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachePolicyList.Builder |
CachePolicyList.builder() |
CachePolicyList.Builder |
CachePolicyList.Builder.items(CachePolicySummary... items)
Contains the cache policies in the list.
|
CachePolicyList.Builder |
CachePolicyList.Builder.items(Collection<CachePolicySummary> items)
Contains the cache policies in the list.
|
CachePolicyList.Builder |
CachePolicyList.Builder.items(Consumer<CachePolicySummary.Builder>... items)
Contains the cache policies in the list.
|
CachePolicyList.Builder |
CachePolicyList.Builder.maxItems(Integer maxItems)
The maximum number of cache policies requested.
|
CachePolicyList.Builder |
CachePolicyList.Builder.nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
CachePolicyList.Builder |
CachePolicyList.Builder.quantity(Integer quantity)
The total number of cache policies returned in the response.
|
CachePolicyList.Builder |
CachePolicyList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CachePolicyList.Builder> |
CachePolicyList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListCachePoliciesResponse.Builder |
ListCachePoliciesResponse.Builder.cachePolicyList(Consumer<CachePolicyList.Builder> cachePolicyList)
A list of cache policies.
|
Copyright © 2021. All rights reserved.