Interface RetentionProperties.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RetentionProperties.Builder,RetentionProperties>, SdkBuilder<RetentionProperties.Builder,RetentionProperties>, SdkPojo
Enclosing class:
RetentionProperties

public static interface RetentionProperties.Builder extends SdkPojo, CopyableBuilder<RetentionProperties.Builder,RetentionProperties>
  • Method Details

    • memoryStoreRetentionPeriodInHours

      RetentionProperties.Builder memoryStoreRetentionPeriodInHours(Long memoryStoreRetentionPeriodInHours)

      The duration for which data must be stored in the memory store.

      Parameters:
      memoryStoreRetentionPeriodInHours - The duration for which data must be stored in the memory store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • magneticStoreRetentionPeriodInDays

      RetentionProperties.Builder magneticStoreRetentionPeriodInDays(Long magneticStoreRetentionPeriodInDays)

      The duration for which data must be stored in the magnetic store.

      Parameters:
      magneticStoreRetentionPeriodInDays - The duration for which data must be stored in the magnetic store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.