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 |
expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
GetBucketInventoryConfigurationRequest.Builder |
id(String id)
The ID used to identify the inventory configuration.
|
GetBucketInventoryConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBucketInventoryConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetBucketInventoryConfigurationRequest.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 expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will
fail with an HTTP 403 (Access Denied)
error.
expectedBucketOwner
- The account id of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied)
error.GetBucketInventoryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBucketInventoryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.