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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetentionProperties.BuildermagneticStoreRetentionPeriodInDays(Long magneticStoreRetentionPeriodInDays)The duration for which data must be stored in the magnetic store.RetentionProperties.BuildermemoryStoreRetentionPeriodInHours(Long memoryStoreRetentionPeriodInHours)The duration for which data must be stored in the memory store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-