public static interface ListInvalidationsRequest.Builder extends CloudFrontRequest.Builder, CopyableBuilder<ListInvalidationsRequest.Builder,ListInvalidationsRequest>
Modifier and Type | Method and Description |
---|---|
ListInvalidationsRequest.Builder |
distributionId(String distributionId)
The distribution's ID.
|
ListInvalidationsRequest.Builder |
marker(String marker)
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches.
|
ListInvalidationsRequest.Builder |
maxItems(String maxItems)
The maximum number of invalidation batches that you want in the response body.
|
ListInvalidationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListInvalidationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListInvalidationsRequest.Builder distributionId(String distributionId)
The distribution's ID.
distributionId
- The distribution's ID.ListInvalidationsRequest.Builder marker(String marker)
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches.
Because the results are returned in decreasing order from most recent to oldest, the most recent results are
on the first page, the second page will contain earlier results, and so on. To get the next page of results,
set Marker
to the value of the NextMarker
from the current page's response. This
value is the same as the ID of the last invalidation batch on that page.
marker
- Use this parameter when paginating results to indicate where to begin in your list of invalidation
batches. Because the results are returned in decreasing order from most recent to oldest, the most
recent results are on the first page, the second page will contain earlier results, and so on. To get
the next page of results, set Marker
to the value of the NextMarker
from the
current page's response. This value is the same as the ID of the last invalidation batch on that page.ListInvalidationsRequest.Builder maxItems(String maxItems)
The maximum number of invalidation batches that you want in the response body.
maxItems
- The maximum number of invalidation batches that you want in the response body.ListInvalidationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListInvalidationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.