static DistributionList.Builder |
DistributionList.builder() |
|
DistributionList.Builder |
DistributionList.Builder.isTruncated(Boolean isTruncated) |
A flag that indicates whether more distributions remain to be listed.
|
DistributionList.Builder |
DistributionList.Builder.items(Collection<DistributionSummary> items) |
A complex type that contains one DistributionSummary element for each distribution that was
created by the current Amazon Web Services account.
|
DistributionList.Builder |
DistributionList.Builder.items(Consumer<DistributionSummary.Builder>... items) |
A complex type that contains one DistributionSummary element for each distribution that was
created by the current Amazon Web Services account.
|
DistributionList.Builder |
DistributionList.Builder.items(DistributionSummary... items) |
A complex type that contains one DistributionSummary element for each distribution that was
created by the current Amazon Web Services account.
|
DistributionList.Builder |
DistributionList.Builder.marker(String marker) |
The value you provided for the Marker request parameter.
|
DistributionList.Builder |
DistributionList.Builder.maxItems(Integer maxItems) |
The value you provided for the MaxItems request parameter.
|
DistributionList.Builder |
DistributionList.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 distributions where they left off.
|
DistributionList.Builder |
DistributionList.Builder.quantity(Integer quantity) |
The number of distributions that were created by the current Amazon Web Services account.
|
DistributionList.Builder |
DistributionList.toBuilder() |
|