@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnlineStoreConfigUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Updates the feature group online store configuration.
Constructor and Description |
---|
OnlineStoreConfigUpdate() |
Modifier and Type | Method and Description |
---|---|
OnlineStoreConfigUpdate |
clone() |
boolean |
equals(Object obj) |
TtlDuration |
getTtlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration . |
String |
toString()
Returns a string representation of this object.
|
OnlineStoreConfigUpdate |
withTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration . |
public void setTtlDuration(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.
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.public TtlDuration getTtlDuration()
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 withTtlDuration(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.
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.public String toString()
toString
in class Object
Object.toString()
public OnlineStoreConfigUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.