public static interface GetBucketInventoryConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketInventoryConfigurationRequest.Builder,GetBucketInventoryConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketInventoryConfigurationRequest.Builder |
bucket(String bucket)
The name of the bucket containing the inventory configuration to retrieve.
|
GetBucketInventoryConfigurationRequest.Builder |
id(String id)
The ID used to identify the inventory configuration.
|
GetBucketInventoryConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketInventoryConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildGetBucketInventoryConfigurationRequest.Builder bucket(String bucket)
The name of the bucket containing the inventory configuration to retrieve.
bucket - The name of the bucket containing the inventory configuration to retrieve.GetBucketInventoryConfigurationRequest.Builder id(String id)
The ID used to identify the inventory configuration.
id - The ID used to identify the inventory configuration.GetBucketInventoryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketInventoryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.