Uses of Interface
software.amazon.awssdk.services.s3.model.InventoryTableConfigurationUpdates.Builder
-
Packages that use InventoryTableConfigurationUpdates.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of InventoryTableConfigurationUpdates.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryTableConfigurationUpdates.Builder Modifier and Type Method Description static InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates. builder()InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates.Builder. configurationState(String configurationState)The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates.Builder. configurationState(InventoryConfigurationState configurationState)The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.default InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates.Builder. encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration for the inventory table.InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates.Builder. encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration)The encryption configuration for the inventory table.InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type InventoryTableConfigurationUpdates.Builder Modifier and Type Method Description static Class<? extends InventoryTableConfigurationUpdates.Builder>InventoryTableConfigurationUpdates. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryTableConfigurationUpdates.Builder Modifier and Type Method Description default UpdateBucketMetadataInventoryTableConfigurationRequest.BuilderUpdateBucketMetadataInventoryTableConfigurationRequest.Builder. inventoryTableConfiguration(Consumer<InventoryTableConfigurationUpdates.Builder> inventoryTableConfiguration)The contents of your inventory table configuration.
-