Class Inventory.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.Inventory.Jsii$Proxy
All Implemented Interfaces:
Inventory, software.amazon.jsii.JsiiSerializable
Enclosing interface:
Inventory

@Stability(Stable) @Internal public static final class Inventory.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Inventory
An implementation for Inventory
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(Inventory.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Inventory.Builder.
  • Method Details

    • getDestination

      public final InventoryDestination getDestination()
      Description copied from interface: Inventory
      The destination of the inventory.
      Specified by:
      getDestination in interface Inventory
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: Inventory
      Whether the inventory is enabled or disabled.

      Default: true

      Specified by:
      getEnabled in interface Inventory
    • getFormat

      public final InventoryFormat getFormat()
      Description copied from interface: Inventory
      The format of the inventory.

      Default: InventoryFormat.CSV

      Specified by:
      getFormat in interface Inventory
    • getFrequency

      public final InventoryFrequency getFrequency()
      Description copied from interface: Inventory
      Frequency at which the inventory should be generated.

      Default: InventoryFrequency.WEEKLY

      Specified by:
      getFrequency in interface Inventory
    • getIncludeObjectVersions

      public final InventoryObjectVersion getIncludeObjectVersions()
      Description copied from interface: Inventory
      If the inventory should contain all the object versions or only the current one.

      Default: InventoryObjectVersion.ALL

      Specified by:
      getIncludeObjectVersions in interface Inventory
    • getInventoryId

      public final String getInventoryId()
      Description copied from interface: Inventory
      The inventory configuration ID.

      Default: - generated ID.

      Specified by:
      getInventoryId in interface Inventory
    • getObjectsPrefix

      public final String getObjectsPrefix()
      Description copied from interface: Inventory
      The inventory will only include objects that meet the prefix filter criteria.

      Default: - No objects prefix

      Specified by:
      getObjectsPrefix in interface Inventory
    • getOptionalFields

      public final List<String> getOptionalFields()
      Description copied from interface: Inventory
      A list of optional fields to be included in the inventory result.

      Default: - No optional fields.

      Specified by:
      getOptionalFields in interface Inventory
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object