Class TtlDuration
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.TtlDuration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TtlDuration.Builder,TtlDuration>
@Generated("software.amazon.awssdk:codegen") public final class TtlDuration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TtlDuration.Builder,TtlDuration>
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTtlDuration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TtlDuration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TtlDuration.Builder>serializableBuilderClass()TtlDuration.BuildertoBuilder()StringtoString()Returns a string representation of this object.TtlDurationUnitunit()TtlDurationtime unit.StringunitAsString()TtlDurationtime unit.Integervalue()TtlDurationtime value.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
unit
public final TtlDurationUnit unit()
TtlDurationtime unit.If the service returns an enum value that is not available in the current SDK version,
unitwill returnTtlDurationUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitAsString().- Returns:
TtlDurationtime unit.- See Also:
TtlDurationUnit
-
unitAsString
public final String unitAsString()
TtlDurationtime unit.If the service returns an enum value that is not available in the current SDK version,
unitwill returnTtlDurationUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitAsString().- Returns:
TtlDurationtime unit.- See Also:
TtlDurationUnit
-
value
public final Integer value()
TtlDurationtime value.- Returns:
TtlDurationtime value.
-
toBuilder
public TtlDuration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TtlDuration.Builder,TtlDuration>
-
builder
public static TtlDuration.Builder builder()
-
serializableBuilderClass
public static Class<? extends TtlDuration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-