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(Collection<CloudFrontOriginAccessIdentitySummary> items) |
A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current Amazon Web Services account.
|
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.Builder.items(Consumer<CloudFrontOriginAccessIdentitySummary.Builder>... items) |
A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current Amazon Web Services account.
|
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 Amazon Web Services 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 Amazon Web Services
account.
|
CloudFrontOriginAccessIdentityList.Builder |
CloudFrontOriginAccessIdentityList.toBuilder() |
|