Interface TableRecordExpirationSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TableRecordExpirationSettings.Builder,,TableRecordExpirationSettings> SdkBuilder<TableRecordExpirationSettings.Builder,,TableRecordExpirationSettings> SdkPojo
- Enclosing class:
TableRecordExpirationSettings
@Mutable
@NotThreadSafe
public static interface TableRecordExpirationSettings.Builder
extends SdkPojo, CopyableBuilder<TableRecordExpirationSettings.Builder,TableRecordExpirationSettings>
-
Method Summary
Modifier and TypeMethodDescriptionIf you enable record expiration for a table, you can specify the number of days to retain your table records.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
days
If you enable record expiration for a table, you can specify the number of days to retain your table records. For example, to retain your table records for one year, set this value to
365.- Parameters:
days- If you enable record expiration for a table, you can specify the number of days to retain your table records. For example, to retain your table records for one year, set this value to365.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-