Class OnlineStoreConfigUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.OnlineStoreConfigUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OnlineStoreConfigUpdate.Builder,OnlineStoreConfigUpdate>
@Generated("software.amazon.awssdk:codegen") public final class OnlineStoreConfigUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OnlineStoreConfigUpdate.Builder,OnlineStoreConfigUpdate>
Updates the feature group online store configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOnlineStoreConfigUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OnlineStoreConfigUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OnlineStoreConfigUpdate.Builder>serializableBuilderClass()OnlineStoreConfigUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.TtlDurationttlDuration()Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.-
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
-
ttlDuration
public final TtlDuration 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.- Returns:
- 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.
-
toBuilder
public OnlineStoreConfigUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OnlineStoreConfigUpdate.Builder,OnlineStoreConfigUpdate>
-
builder
public static OnlineStoreConfigUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends OnlineStoreConfigUpdate.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-