static InvalidationList.Builder |
InvalidationList.builder() |
|
InvalidationList.Builder |
InvalidationList.Builder.isTruncated(Boolean isTruncated) |
A flag that indicates whether more invalidation batch requests remain to be listed.
|
InvalidationList.Builder |
InvalidationList.Builder.items(Collection<InvalidationSummary> items) |
A complex type that contains one InvalidationSummary element for each invalidation batch created
by the current Amazon Web Services account.
|
InvalidationList.Builder |
InvalidationList.Builder.items(Consumer<InvalidationSummary.Builder>... items) |
A complex type that contains one InvalidationSummary element for each invalidation batch created
by the current Amazon Web Services account.
|
InvalidationList.Builder |
InvalidationList.Builder.items(InvalidationSummary... items) |
A complex type that contains one InvalidationSummary element for each invalidation batch created
by the current Amazon Web Services account.
|
InvalidationList.Builder |
InvalidationList.Builder.marker(String marker) |
The value that you provided for the Marker request parameter.
|
InvalidationList.Builder |
InvalidationList.Builder.maxItems(Integer maxItems) |
The value that you provided for the MaxItems request parameter.
|
InvalidationList.Builder |
InvalidationList.Builder.nextMarker(String nextMarker) |
If IsTruncated is true, this element is present and contains the value that you can
use for the Marker request parameter to continue listing your invalidation batches where they
left off.
|
InvalidationList.Builder |
InvalidationList.Builder.quantity(Integer quantity) |
The number of invalidation batches that were created by the current Amazon Web Services account.
|
InvalidationList.Builder |
InvalidationList.toBuilder() |
|