| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.builder() |
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.isTruncated(Boolean isTruncated)
A flag that indicates whether more origin access identities remain to be listed.
|
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.items(CloudFrontOriginAccessIdentitySummary... items)
A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current AWS account. |
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.items(Collection<CloudFrontOriginAccessIdentitySummary> items)
A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current AWS account. |
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.marker(String marker)
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.maxItems(Integer maxItems)
The maximum number of origin access identities you want in the response body.
|
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.nextMarker(String nextMarker)
If
IsTruncated is true, this element is present and contains the value you can use
for the Marker request parameter to continue listing your origin access identities where they
left off. |
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.quantity(Integer quantity)
The number of CloudFront origin access identities that were created by the current AWS account.
|
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudFrontOriginAccessIdentityList.Builder> |
CloudFrontOriginAccessIdentityList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListCloudFrontOriginAccessIdentitiesResponse.Builder |
ListCloudFrontOriginAccessIdentitiesResponse.Builder.cloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityList type. |
Copyright © 2018. All rights reserved.