CopyableBuilder<ListBucketInventoryConfigurationsResponse.Builder,ListBucketInventoryConfigurationsResponse>
, SdkBuilder<ListBucketInventoryConfigurationsResponse.Builder,ListBucketInventoryConfigurationsResponse>
public static interface ListBucketInventoryConfigurationsResponse.Builder extends CopyableBuilder<ListBucketInventoryConfigurationsResponse.Builder,ListBucketInventoryConfigurationsResponse>
Modifier and Type | Method | 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(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.
|
copy
apply, build
ListBucketInventoryConfigurationsResponse.Builder continuationToken(String continuationToken)
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)
inventoryConfigurationList
- The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder inventoryConfigurationList(InventoryConfiguration... inventoryConfigurationList)
NOTE: This method appends the values to the existing list (if any). Use
#setInventoryConfigurationList(java.util.Collection)
or
#withInventoryConfigurationList(java.util.Collection)
if you want to override the existing values.
inventoryConfigurationList
- The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder isTruncated(Boolean isTruncated)
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)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.