Interface InventoryTableConfigurationUpdates.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InventoryTableConfigurationUpdates.Builder,,- InventoryTableConfigurationUpdates> - SdkBuilder<InventoryTableConfigurationUpdates.Builder,,- InventoryTableConfigurationUpdates> - SdkPojo
- Enclosing class:
- InventoryTableConfigurationUpdates
@Mutable
@NotThreadSafe
public static interface InventoryTableConfigurationUpdates.Builder
extends SdkPojo, CopyableBuilder<InventoryTableConfigurationUpdates.Builder,InventoryTableConfigurationUpdates> 
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationState(String configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.configurationState(InventoryConfigurationState configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the inventory table.encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration) The encryption configuration for the inventory table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configurationStateThe configuration state of the inventory table, indicating whether the inventory table is enabled or disabled. - Parameters:
- configurationState- The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configurationStateInventoryTableConfigurationUpdates.Builder configurationState(InventoryConfigurationState configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled. - Parameters:
- configurationState- The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
encryptionConfigurationInventoryTableConfigurationUpdates.Builder encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration) The encryption configuration for the inventory table. - Parameters:
- encryptionConfiguration- The encryption configuration for the inventory table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
encryptionConfigurationdefault InventoryTableConfigurationUpdates.Builder encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the inventory table. This is a convenience method that creates an instance of theMetadataTableEncryptionConfiguration.Builderavoiding the need to create one manually viaMetadataTableEncryptionConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfiguration(MetadataTableEncryptionConfiguration).- Parameters:
- encryptionConfiguration- a consumer that will call methods on- MetadataTableEncryptionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-