Interface UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder,,UpdateBucketMetadataAnnotationTableConfigurationRequest> S3Request.Builder,SdkBuilder<UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder,,UpdateBucketMetadataAnnotationTableConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateBucketMetadataAnnotationTableConfigurationRequest
@Mutable
@NotThreadSafe
public static interface UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder
extends S3Request.Builder, SdkPojo, CopyableBuilder<UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder,UpdateBucketMetadataAnnotationTableConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionannotationTableConfiguration(Consumer<AnnotationTableConfigurationUpdates.Builder> annotationTableConfiguration) The annotation table configuration updates to apply.annotationTableConfiguration(AnnotationTableConfigurationUpdates annotationTableConfiguration) The annotation table configuration updates to apply.The name of the bucket whose annotation table configuration to update.checksumAlgorithm(String checksumAlgorithm) Checksum algorithm for the request payload.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Checksum algorithm for the request payload.contentMD5(String contentMD5) Base64-encoded MD5 digest of the message body.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.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 name of the bucket whose annotation table configuration to update.
- Parameters:
bucket- The name of the bucket whose annotation table configuration to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentMD5
Base64-encoded MD5 digest of the message body.
- Parameters:
contentMD5- Base64-encoded MD5 digest of the message body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder checksumAlgorithm(String checksumAlgorithm) Checksum algorithm for the request payload.
- Parameters:
checksumAlgorithm- Checksum algorithm for the request payload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksumAlgorithm
UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Checksum algorithm for the request payload.
- Parameters:
checksumAlgorithm- Checksum algorithm for the request payload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
annotationTableConfiguration
UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder annotationTableConfiguration(AnnotationTableConfigurationUpdates annotationTableConfiguration) The annotation table configuration updates to apply.
- Parameters:
annotationTableConfiguration- The annotation table configuration updates to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotationTableConfiguration
default UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder annotationTableConfiguration(Consumer<AnnotationTableConfigurationUpdates.Builder> annotationTableConfiguration) The annotation table configuration updates to apply.
This is a convenience method that creates an instance of theAnnotationTableConfigurationUpdates.Builderavoiding the need to create one manually viaAnnotationTableConfigurationUpdates.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toannotationTableConfiguration(AnnotationTableConfigurationUpdates).- Parameters:
annotationTableConfiguration- a consumer that will call methods onAnnotationTableConfigurationUpdates.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expectedBucketOwner
UpdateBucketMetadataAnnotationTableConfigurationRequest.Builder expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.
- Parameters:
expectedBucketOwner- The account ID of the expected bucket owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBucketMetadataAnnotationTableConfigurationRequest.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
UpdateBucketMetadataAnnotationTableConfigurationRequest.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.
-