Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TtlDuration.Builder
-
Packages that use TtlDuration.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TtlDuration.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.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.sagemaker.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.sagemaker.model with type arguments of type TtlDuration.Builder Modifier and Type Method Description default OnlineStoreConfig.BuilderOnlineStoreConfig.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.default OnlineStoreConfigUpdate.BuilderOnlineStoreConfigUpdate.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.
-