public static interface ListBucketInventoryConfigurationsResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListBucketInventoryConfigurationsResponse.Builder,ListBucketInventoryConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBucketInventoryConfigurationsResponse.Builder |
continuationToken(String continuationToken)
If sent in the request, the marker that is used as a starting point for this inventory configuration list
response.
|
ListBucketInventoryConfigurationsResponse.Builder |
inventoryConfigurationList(Collection<InventoryConfiguration> inventoryConfigurationList)
The list of inventory configurations for a bucket.
|
ListBucketInventoryConfigurationsResponse.Builder |
inventoryConfigurationList(Consumer<InventoryConfiguration.Builder>... inventoryConfigurationList)
The list of inventory configurations for a bucket.
|
ListBucketInventoryConfigurationsResponse.Builder |
inventoryConfigurationList(InventoryConfiguration... inventoryConfigurationList)
The list of inventory configurations for a bucket.
|
ListBucketInventoryConfigurationsResponse.Builder |
isTruncated(Boolean isTruncated)
Tells whether the returned list of inventory configurations is complete.
|
ListBucketInventoryConfigurationsResponse.Builder |
nextContinuationToken(String nextContinuationToken)
The marker used to continue this inventory configuration listing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBucketInventoryConfigurationsResponse.Builder continuationToken(String continuationToken)
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
continuationToken - If sent in the request, the marker that is used as a starting point for this inventory configuration
list response.ListBucketInventoryConfigurationsResponse.Builder inventoryConfigurationList(Collection<InventoryConfiguration> inventoryConfigurationList)
The list of inventory configurations for a bucket.
inventoryConfigurationList - The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder inventoryConfigurationList(InventoryConfiguration... inventoryConfigurationList)
The list of inventory configurations for a bucket.
inventoryConfigurationList - The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder inventoryConfigurationList(Consumer<InventoryConfiguration.Builder>... inventoryConfigurationList)
The list of inventory configurations for a bucket.
This is a convenience method that creates an instance of theInventoryConfiguration.Builder avoiding the need to create
one manually via InventoryConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #inventoryConfigurationList(List.
inventoryConfigurationList - a consumer that will call methods on
InventoryConfiguration.Builder#inventoryConfigurationList(java.util.Collection) ListBucketInventoryConfigurationsResponse.Builder isTruncated(Boolean isTruncated)
Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is provided for a subsequent request.
isTruncated - Tells whether the returned list of inventory configurations is complete. A value of true indicates
that the list is not complete and the NextContinuationToken is provided for a subsequent request.ListBucketInventoryConfigurationsResponse.Builder nextContinuationToken(String nextContinuationToken)
The marker used to continue this inventory configuration listing. Use the NextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value
that Amazon S3 understands.
nextContinuationToken - The marker used to continue this inventory configuration listing. Use the
NextContinuationToken from this response to continue the listing in a subsequent request.
The continuation token is an opaque value that Amazon S3 understands.Copyright © 2023. All rights reserved.