public static interface ListBucketInventoryConfigurationsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListBucketInventoryConfigurationsRequest.Builder,ListBucketInventoryConfigurationsRequest>
| Modifier and Type | Method and 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.
|
ListBucketInventoryConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBucketInventoryConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBucketInventoryConfigurationsRequest.Builder bucket(String bucket)
The name of the bucket containing the inventory configurations to retrieve.
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. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
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.ListBucketInventoryConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBucketInventoryConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.