public static interface InvalidationList.Builder extends CopyableBuilder<InvalidationList.Builder,InvalidationList>
Modifier and Type | Method and Description |
---|---|
InvalidationList.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether more invalidation batch requests remain to be listed.
|
InvalidationList.Builder |
items(Collection<InvalidationSummary> items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created
by the current AWS account. |
InvalidationList.Builder |
items(Consumer<InvalidationSummary.Builder>... items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created
by the current AWS account. |
InvalidationList.Builder |
items(InvalidationSummary... items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created
by the current AWS account. |
InvalidationList.Builder |
marker(String marker)
The value that you provided for the
Marker request parameter. |
InvalidationList.Builder |
maxItems(Integer maxItems)
The value that you provided for the
MaxItems request parameter. |
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 |
quantity(Integer quantity)
The number of invalidation batches that were created by the current AWS account.
|
copy
applyMutation, build
InvalidationList.Builder marker(String marker)
The value that you provided for the Marker
request parameter.
marker
- The value that you provided for the Marker
request parameter.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.
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 maxItems(Integer maxItems)
The value that you provided for the MaxItems
request parameter.
maxItems
- The value that you provided for the MaxItems
request parameter.InvalidationList.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were
truncated, you can make a follow-up pagination request using the Marker
request parameter to
retrieve more invalidation batches in the list.
isTruncated
- A flag that indicates whether more invalidation batch requests remain to be listed. If your results
were truncated, you can make a follow-up pagination request using the Marker
request
parameter to retrieve more invalidation batches in the list.InvalidationList.Builder quantity(Integer quantity)
The number of invalidation batches that were created by the current AWS account.
quantity
- The number of invalidation batches that were created by the current AWS account.InvalidationList.Builder items(Collection<InvalidationSummary> items)
A complex type that contains one InvalidationSummary
element for each invalidation batch created
by the current AWS account.
items
- A complex type that contains one InvalidationSummary
element for each invalidation batch
created by the current AWS account.InvalidationList.Builder items(InvalidationSummary... items)
A complex type that contains one InvalidationSummary
element for each invalidation batch created
by the current AWS account.
items
- A complex type that contains one InvalidationSummary
element for each invalidation batch
created by the current AWS account.InvalidationList.Builder items(Consumer<InvalidationSummary.Builder>... items)
A complex type that contains one InvalidationSummary
element for each invalidation batch created
by the current AWS account.
List.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #items(List)
.items
- a consumer that will call methods on List.Builder
#items(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.