Uses of Interface
software.amazon.awssdk.services.s3.model.InventoryTableConfigurationResult.Builder
Packages that use InventoryTableConfigurationResult.Builder
-
Uses of InventoryTableConfigurationResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryTableConfigurationResult.BuilderModifier and TypeMethodDescriptionInventoryTableConfigurationResult.builder()InventoryTableConfigurationResult.Builder.configurationState(String configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationResult.Builder.configurationState(InventoryConfigurationState configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationResult.Builder.error(Consumer<ErrorDetails.Builder> error) Sets the value of the Error property for this object.InventoryTableConfigurationResult.Builder.error(ErrorDetails error) Sets the value of the Error property for this object.The Amazon Resource Name (ARN) for the inventory table.The name of the inventory table.InventoryTableConfigurationResult.Builder.tableStatus(String tableStatus) The status of the inventory table.InventoryTableConfigurationResult.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type InventoryTableConfigurationResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryTableConfigurationResult.Builder>InventoryTableConfigurationResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryTableConfigurationResult.BuilderModifier and TypeMethodDescriptionMetadataConfigurationResult.Builder.inventoryTableConfigurationResult(Consumer<InventoryTableConfigurationResult.Builder> inventoryTableConfigurationResult) The inventory table configuration for a metadata configuration.