Interface StorageConfigurationOutput.Builder

  • Method Details

    • retentionPeriodInDays

      StorageConfigurationOutput.Builder retentionPeriodInDays(Integer retentionPeriodInDays)
      Sets the value of the RetentionPeriodInDays property for this object.
      Parameters:
      retentionPeriodInDays - The new value for the RetentionPeriodInDays property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • retentionWindowStartTime

      StorageConfigurationOutput.Builder retentionWindowStartTime(Instant retentionWindowStartTime)

      The earliest point in time from which stored events are available. Events older than this have expired from retention.

      Parameters:
      retentionWindowStartTime - The earliest point in time from which stored events are available. Events older than this have expired from retention.
      Returns:
      Returns a reference to this object so that method calls can be chained together.