Interface GetBucketMetadataConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetBucketMetadataConfigurationRequest.Builder,
,GetBucketMetadataConfigurationRequest> S3Request.Builder
,SdkBuilder<GetBucketMetadataConfigurationRequest.Builder,
,GetBucketMetadataConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetBucketMetadataConfigurationRequest
@Mutable
@NotThreadSafe
public static interface GetBucketMetadataConfigurationRequest.Builder
extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketMetadataConfigurationRequest.Builder,GetBucketMetadataConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe general purpose bucket that corresponds to the metadata configuration that you want to retrieve.expectedBucketOwner
(String expectedBucketOwner) The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration for.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The general purpose bucket that corresponds to the metadata configuration that you want to retrieve.
- Parameters:
bucket
- The general purpose bucket that corresponds to the metadata configuration that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedBucketOwner
The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration for.
- Parameters:
expectedBucketOwner
- The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBucketMetadataConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetBucketMetadataConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-