Interface WarmTierRetentionPeriod.Builder

  • Method Details

    • numberOfDays

      WarmTierRetentionPeriod.Builder numberOfDays(Integer numberOfDays)

      The number of days the data is stored in the warm tier.

      Parameters:
      numberOfDays - The number of days the data is stored in the warm tier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unlimited

      If set to true, the data is stored indefinitely in the warm tier.

      Parameters:
      unlimited - If set to true, the data is stored indefinitely in the warm tier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.