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