CopyableBuilder<ListBucketInventoryConfigurationsRequest.Builder,ListBucketInventoryConfigurationsRequest>
, SdkBuilder<ListBucketInventoryConfigurationsRequest.Builder,ListBucketInventoryConfigurationsRequest>
public static interface ListBucketInventoryConfigurationsRequest.Builder extends CopyableBuilder<ListBucketInventoryConfigurationsRequest.Builder,ListBucketInventoryConfigurationsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListBucketInventoryConfigurationsRequest.Builder |
bucket(String bucket) |
The name of the bucket containing the inventory configurations to retrieve.
|
ListBucketInventoryConfigurationsRequest.Builder |
continuationToken(String continuationToken) |
The marker used to continue an inventory configuration listing that has been truncated.
|
copy
apply, build
ListBucketInventoryConfigurationsRequest.Builder bucket(String bucket)
bucket
- The name of the bucket containing the inventory configurations to retrieve.ListBucketInventoryConfigurationsRequest.Builder continuationToken(String continuationToken)
continuationToken
- The marker used to continue an inventory configuration listing that has been truncated. Use the
NextContinuationToken from a previously truncated list response to continue the listing. The
continuation token is an opaque value that Amazon S3 understands.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.