Enum InventoryFormat

java.lang.Object
java.lang.Enum<InventoryFormat>
software.amazon.awscdk.services.s3.InventoryFormat
All Implemented Interfaces:
Serializable, Comparable<InventoryFormat>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-22T02:24:08.920Z") @Stability(Stable) public enum InventoryFormat extends Enum<InventoryFormat>
All supported inventory list formats.
  • Enum Constant Details

    • CSV

      @Stability(Stable) public static final InventoryFormat CSV
      Generate the inventory list as CSV.
    • PARQUET

      @Stability(Stable) public static final InventoryFormat PARQUET
      Generate the inventory list as Parquet.
    • ORC

      @Stability(Stable) public static final InventoryFormat ORC
      Generate the inventory list as ORC.
  • Method Details

    • values

      public static InventoryFormat[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static InventoryFormat valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null