Uses of Class
software.amazon.awscdk.services.s3.Inventory.Builder
-
Uses of Inventory.Builder in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionstatic Inventory.Builder
Inventory.builder()
Inventory.Builder.destination
(InventoryDestination destination) Sets the value ofInventory.getDestination()
Sets the value ofInventory.getEnabled()
Inventory.Builder.format
(InventoryFormat format) Sets the value ofInventory.getFormat()
Inventory.Builder.frequency
(InventoryFrequency frequency) Sets the value ofInventory.getFrequency()
Inventory.Builder.includeObjectVersions
(InventoryObjectVersion includeObjectVersions) Sets the value ofInventory.getIncludeObjectVersions()
Inventory.Builder.inventoryId
(String inventoryId) Sets the value ofInventory.getInventoryId()
Inventory.Builder.objectsPrefix
(String objectsPrefix) Sets the value ofInventory.getObjectsPrefix()
Inventory.Builder.optionalFields
(List<String> optionalFields) Sets the value ofInventory.getOptionalFields()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(Inventory.Builder builder) Constructor that initializes the object based on literal property values passed by theInventory.Builder
.