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