Interface CreateBucketMetadataTableConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBucketMetadataTableConfigurationRequest.Builder,,CreateBucketMetadataTableConfigurationRequest> S3Request.Builder,SdkBuilder<CreateBucketMetadataTableConfigurationRequest.Builder,,CreateBucketMetadataTableConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateBucketMetadataTableConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreateBucketMetadataTableConfigurationRequest.Builder
extends S3Request.Builder, SdkPojo, CopyableBuilder<CreateBucketMetadataTableConfigurationRequest.Builder,CreateBucketMetadataTableConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe general purpose bucket that you want to create the metadata table configuration for.checksumAlgorithm(String checksumAlgorithm) The checksum algorithm to use with your metadata table configuration.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your metadata table configuration.contentMD5(String contentMD5) TheContent-MD5header for the metadata table configuration.expectedBucketOwner(String expectedBucketOwner) The expected owner of the general purpose bucket that corresponds to your metadata table configuration.metadataTableConfiguration(Consumer<MetadataTableConfiguration.Builder> metadataTableConfiguration) The contents of your metadata table configuration.metadataTableConfiguration(MetadataTableConfiguration metadataTableConfiguration) The contents of your metadata table configuration.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3.model.S3Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The general purpose bucket that you want to create the metadata table configuration for.
- Parameters:
bucket- The general purpose bucket that you want to create the metadata table configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentMD5
The
Content-MD5header for the metadata table configuration.- Parameters:
contentMD5- TheContent-MD5header for the metadata table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
The checksum algorithm to use with your metadata table configuration.
- Parameters:
checksumAlgorithm- The checksum algorithm to use with your metadata table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksumAlgorithm
CreateBucketMetadataTableConfigurationRequest.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your metadata table configuration.
- Parameters:
checksumAlgorithm- The checksum algorithm to use with your metadata table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadataTableConfiguration
CreateBucketMetadataTableConfigurationRequest.Builder metadataTableConfiguration(MetadataTableConfiguration metadataTableConfiguration) The contents of your metadata table configuration.
- Parameters:
metadataTableConfiguration- The contents of your metadata table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataTableConfiguration
default CreateBucketMetadataTableConfigurationRequest.Builder metadataTableConfiguration(Consumer<MetadataTableConfiguration.Builder> metadataTableConfiguration) The contents of your metadata table configuration.
This is a convenience method that creates an instance of theMetadataTableConfiguration.Builderavoiding the need to create one manually viaMetadataTableConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataTableConfiguration(MetadataTableConfiguration).- Parameters:
metadataTableConfiguration- a consumer that will call methods onMetadataTableConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expectedBucketOwner
CreateBucketMetadataTableConfigurationRequest.Builder expectedBucketOwner(String expectedBucketOwner) The expected owner of the general purpose bucket that corresponds to your metadata table configuration.
- Parameters:
expectedBucketOwner- The expected owner of the general purpose bucket that corresponds to your metadata table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateBucketMetadataTableConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateBucketMetadataTableConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-