Interface StorageClassConfiguration.Builder

  • Method Details

    • storageClass

      StorageClassConfiguration.Builder storageClass(String storageClass)

      The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.

      Parameters:
      storageClass - The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageClass

      StorageClassConfiguration.Builder storageClass(StorageClass storageClass)

      The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.

      Parameters:
      storageClass - The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: