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