Class CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBucketPropsMixin.InventoryTableConfigurationProperty>
- Enclosing interface:
CfnBucketPropsMixin.InventoryTableConfigurationProperty
@Stability(Stable)
public static final class CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBucketPropsMixin.InventoryTableConfigurationProperty>
A builder for
CfnBucketPropsMixin.InventoryTableConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationState(String configurationState) encryptionConfiguration(CfnBucketPropsMixin.MetadataTableEncryptionConfigurationProperty encryptionConfiguration) encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnBucketPropsMixin.InventoryTableConfigurationProperty.getTableArn()Sets the value ofCfnBucketPropsMixin.InventoryTableConfigurationProperty.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationState
@Stability(Stable) public CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder configurationState(String configurationState) - Parameters:
configurationState- The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.- Returns:
this
-
encryptionConfiguration
@Stability(Stable) public CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnBucketPropsMixin.InventoryTableConfigurationProperty.getEncryptionConfiguration()- Parameters:
encryptionConfiguration- The encryption configuration for the inventory table.- Returns:
this
-
encryptionConfiguration
@Stability(Stable) public CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder encryptionConfiguration(CfnBucketPropsMixin.MetadataTableEncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnBucketPropsMixin.InventoryTableConfigurationProperty.getEncryptionConfiguration()- Parameters:
encryptionConfiguration- The encryption configuration for the inventory table.- Returns:
this
-
tableArn
@Stability(Stable) public CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder tableArn(String tableArn) Sets the value ofCfnBucketPropsMixin.InventoryTableConfigurationProperty.getTableArn()- Parameters:
tableArn- The Amazon Resource Name (ARN) for the inventory table.- Returns:
this
-
tableName
@Stability(Stable) public CfnBucketPropsMixin.InventoryTableConfigurationProperty.Builder tableName(String tableName) Sets the value ofCfnBucketPropsMixin.InventoryTableConfigurationProperty.getTableName()- Parameters:
tableName- The name of the inventory table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBucketPropsMixin.InventoryTableConfigurationProperty>- Returns:
- a new instance of
CfnBucketPropsMixin.InventoryTableConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-