| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InvalidationList.Builder> |
InvalidationList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListInvalidationsResponse.Builder |
ListInvalidationsResponse.Builder.invalidationList(Consumer<InvalidationList.Builder> invalidationList)
Information about invalidation batches.
|
Copyright © 2023. All rights reserved.