Interface UpdateBucketMetadataInventoryTableConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateBucketMetadataInventoryTableConfigurationRequest.Builder,,- UpdateBucketMetadataInventoryTableConfigurationRequest> - S3Request.Builder,- SdkBuilder<UpdateBucketMetadataInventoryTableConfigurationRequest.Builder,,- UpdateBucketMetadataInventoryTableConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateBucketMetadataInventoryTableConfigurationRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe general purpose bucket that corresponds to the metadata configuration that you want to enable or disable an inventory table for.checksumAlgorithm(String checksumAlgorithm) The checksum algorithm to use with your inventory table configuration.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your inventory table configuration.contentMD5(String contentMD5) TheContent-MD5header for the inventory table configuration.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 an inventory table for.inventoryTableConfiguration(Consumer<InventoryTableConfigurationUpdates.Builder> inventoryTableConfiguration) The contents of your inventory table configuration.inventoryTableConfiguration(InventoryTableConfigurationUpdates inventoryTableConfiguration) The contents of your inventory 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.s3.model.S3Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketThe general purpose bucket that corresponds to the metadata configuration that you want to enable or disable an inventory table for. - Parameters:
- bucket- The general purpose bucket that corresponds to the metadata configuration that you want to enable or disable an inventory table for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentMD5The Content-MD5header for the inventory table configuration.- Parameters:
- contentMD5- The- Content-MD5header for the inventory table configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
checksumAlgorithmUpdateBucketMetadataInventoryTableConfigurationRequest.Builder checksumAlgorithm(String checksumAlgorithm) The checksum algorithm to use with your inventory table configuration. - Parameters:
- checksumAlgorithm- The checksum algorithm to use with your inventory table configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
checksumAlgorithmUpdateBucketMetadataInventoryTableConfigurationRequest.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your inventory table configuration. - Parameters:
- checksumAlgorithm- The checksum algorithm to use with your inventory table configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
inventoryTableConfigurationUpdateBucketMetadataInventoryTableConfigurationRequest.Builder inventoryTableConfiguration(InventoryTableConfigurationUpdates inventoryTableConfiguration) The contents of your inventory table configuration. - Parameters:
- inventoryTableConfiguration- The contents of your inventory table configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inventoryTableConfigurationdefault UpdateBucketMetadataInventoryTableConfigurationRequest.Builder inventoryTableConfiguration(Consumer<InventoryTableConfigurationUpdates.Builder> inventoryTableConfiguration) The contents of your inventory table configuration. This is a convenience method that creates an instance of theInventoryTableConfigurationUpdates.Builderavoiding the need to create one manually viaInventoryTableConfigurationUpdates.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinventoryTableConfiguration(InventoryTableConfigurationUpdates).- Parameters:
- inventoryTableConfiguration- a consumer that will call methods on- InventoryTableConfigurationUpdates.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
expectedBucketOwnerUpdateBucketMetadataInventoryTableConfigurationRequest.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 an inventory table 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 an inventory table for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateBucketMetadataInventoryTableConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateBucketMetadataInventoryTableConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-