| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
TtlDuration |
TtlDuration.clone() |
TtlDuration |
PutRecordRequest.getTtlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
TtlDuration |
TtlDuration.withUnit(String unit)
TtlDuration time unit. |
TtlDuration |
TtlDuration.withUnit(TtlDurationUnit unit)
TtlDuration time unit. |
TtlDuration |
TtlDuration.withValue(Integer value)
TtlDuration time value. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutRecordRequest.setTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
PutRecordRequest |
PutRecordRequest.withTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
Copyright © 2025. All rights reserved.