Uses of Interface
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.TtlDuration.Builder
-
Packages that use TtlDuration.Builder Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of TtlDuration.Builder in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return TtlDuration.Builder Modifier and Type Method Description static TtlDuration.BuilderTtlDuration. builder()TtlDuration.BuilderTtlDuration. toBuilder()TtlDuration.BuilderTtlDuration.Builder. unit(String unit)TtlDurationtime unit.TtlDuration.BuilderTtlDuration.Builder. unit(TtlDurationUnit unit)TtlDurationtime unit.TtlDuration.BuilderTtlDuration.Builder. value(Integer value)TtlDurationtime value.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type TtlDuration.Builder Modifier and Type Method Description static Class<? extends TtlDuration.Builder>TtlDuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with type arguments of type TtlDuration.Builder Modifier and Type Method Description default PutRecordRequest.BuilderPutRecordRequest.Builder. ttlDuration(Consumer<TtlDuration.Builder> ttlDuration)Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.
-