Constructor and Description |
---|
Builder() |
public Inventory.Builder destination(InventoryDestination destination)
Inventory.getDestination()
destination
- The destination of the inventory. This parameter is required.this
public Inventory.Builder enabled(java.lang.Boolean enabled)
Inventory.getEnabled()
enabled
- Whether the inventory is enabled or disabled.this
public Inventory.Builder format(InventoryFormat format)
Inventory.getFormat()
format
- The format of the inventory.this
public Inventory.Builder frequency(InventoryFrequency frequency)
Inventory.getFrequency()
frequency
- Frequency at which the inventory should be generated.this
public Inventory.Builder includeObjectVersions(InventoryObjectVersion includeObjectVersions)
Inventory.getIncludeObjectVersions()
includeObjectVersions
- If the inventory should contain all the object versions or only the current one.this
public Inventory.Builder inventoryId(java.lang.String inventoryId)
Inventory.getInventoryId()
inventoryId
- The inventory configuration ID.this
public Inventory.Builder objectsPrefix(java.lang.String objectsPrefix)
Inventory.getObjectsPrefix()
objectsPrefix
- The inventory will only include objects that meet the prefix filter criteria.this
public Inventory.Builder optionalFields(java.util.List<java.lang.String> optionalFields)
Inventory.getOptionalFields()
optionalFields
- A list of optional fields to be included in the inventory result.this