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)
Indicates whether the returned list of inventory configurations is truncated in this response.
|
ListBucketInventoryConfigurationsResponse.Builder |
nextContinuationToken(String nextContinuationToken)
The marker used to continue this inventory configuration listing.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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 that creates an instance of theList.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 #inventoryConfigurationList(List)
.inventoryConfigurationList
- a consumer that will call methods on List.Builder
#inventoryConfigurationList(List)
ListBucketInventoryConfigurationsResponse.Builder isTruncated(Boolean isTruncated)
Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.
isTruncated
- Indicates whether the returned list of inventory configurations is truncated in this response. A value
of true indicates that the list is truncated.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 © 2019. All rights reserved.