Class TableRecordExpirationConfigurationValue

java.lang.Object
software.amazon.awssdk.services.s3tables.model.TableRecordExpirationConfigurationValue
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TableRecordExpirationConfigurationValue.Builder,TableRecordExpirationConfigurationValue>

@Generated("software.amazon.awssdk:codegen") public final class TableRecordExpirationConfigurationValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableRecordExpirationConfigurationValue.Builder,TableRecordExpirationConfigurationValue>

The expiration configuration settings for records in a table, and the status of the configuration. If the status of the configuration is enabled, records expire and are automatically removed after the number of days specified in the record expiration settings for the table.

See Also: