@Generated(value="software.amazon.awssdk:codegen") public final class OnlineStoreConfigUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OnlineStoreConfigUpdate.Builder,OnlineStoreConfigUpdate>
Updates the feature group online store configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OnlineStoreConfigUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OnlineStoreConfigUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OnlineStoreConfigUpdate.Builder> |
serializableBuilderClass() |
OnlineStoreConfigUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TtlDuration |
ttlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
ExpiresAt = EventTime + TtlDuration. For information on
HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.public OnlineStoreConfigUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OnlineStoreConfigUpdate.Builder,OnlineStoreConfigUpdate>public static OnlineStoreConfigUpdate.Builder builder()
public static Class<? extends OnlineStoreConfigUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.