Interface UpdateBucketMetadataJournalTableConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateBucketMetadataJournalTableConfigurationRequest.Builder,UpdateBucketMetadataJournalTableConfigurationRequest>
,S3Request.Builder
,SdkBuilder<UpdateBucketMetadataJournalTableConfigurationRequest.Builder,UpdateBucketMetadataJournalTableConfigurationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateBucketMetadataJournalTableConfigurationRequest
@Mutable @NotThreadSafe public static interface UpdateBucketMetadataJournalTableConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<UpdateBucketMetadataJournalTableConfigurationRequest.Builder,UpdateBucketMetadataJournalTableConfigurationRequest>
-
-
Method Summary
-
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 Detail
-
bucket
UpdateBucketMetadataJournalTableConfigurationRequest.Builder bucket(String bucket)
The general purpose bucket that corresponds to the metadata configuration that you want to enable or disable journal table record expiration for.
- Parameters:
bucket
- The general purpose bucket that corresponds to the metadata configuration that you want to enable or disable journal table record expiration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentMD5
UpdateBucketMetadataJournalTableConfigurationRequest.Builder contentMD5(String contentMD5)
The
Content-MD5
header for the journal table configuration.- Parameters:
contentMD5
- TheContent-MD5
header for the journal table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
UpdateBucketMetadataJournalTableConfigurationRequest.Builder checksumAlgorithm(String checksumAlgorithm)
The checksum algorithm to use with your journal table configuration.
- Parameters:
checksumAlgorithm
- The checksum algorithm to use with your journal table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChecksumAlgorithm
,ChecksumAlgorithm
-
checksumAlgorithm
UpdateBucketMetadataJournalTableConfigurationRequest.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The checksum algorithm to use with your journal table configuration.
- Parameters:
checksumAlgorithm
- The checksum algorithm to use with your journal table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChecksumAlgorithm
,ChecksumAlgorithm
-
journalTableConfiguration
UpdateBucketMetadataJournalTableConfigurationRequest.Builder journalTableConfiguration(JournalTableConfigurationUpdates journalTableConfiguration)
The contents of your journal table configuration.
- Parameters:
journalTableConfiguration
- The contents of your journal table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
journalTableConfiguration
default UpdateBucketMetadataJournalTableConfigurationRequest.Builder journalTableConfiguration(Consumer<JournalTableConfigurationUpdates.Builder> journalTableConfiguration)
The contents of your journal table configuration.
This is a convenience method that creates an instance of theJournalTableConfigurationUpdates.Builder
avoiding the need to create one manually viaJournalTableConfigurationUpdates.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojournalTableConfiguration(JournalTableConfigurationUpdates)
.- Parameters:
journalTableConfiguration
- a consumer that will call methods onJournalTableConfigurationUpdates.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
journalTableConfiguration(JournalTableConfigurationUpdates)
-
expectedBucketOwner
UpdateBucketMetadataJournalTableConfigurationRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable journal table record expiration for.
- Parameters:
expectedBucketOwner
- The expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable journal table record expiration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBucketMetadataJournalTableConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBucketMetadataJournalTableConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-