@Generated(value="software.amazon.awssdk:codegen") public final class OnlineStoreConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OnlineStoreConfig.Builder,OnlineStoreConfig>
Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at
rest data encryption. You can turn OnlineStore on or off by specifying the
EnableOnlineStore flag at General Assembly.
The default value is False.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OnlineStoreConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OnlineStoreConfig.Builder |
builder() |
Boolean |
enableOnlineStore()
Turn
OnlineStore off by specifying False for the EnableOnlineStore flag. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
OnlineStoreSecurityConfig |
securityConfig()
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
static Class<? extends OnlineStoreConfig.Builder> |
serializableBuilderClass() |
StorageType |
storageType()
Option for different tiers of low latency storage for real-time data retrieval.
|
String |
storageTypeAsString()
Option for different tiers of low latency storage for real-time data retrieval.
|
OnlineStoreConfig.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 OnlineStoreSecurityConfig securityConfig()
Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.
KMSKeyId) for at-rest encryption of your OnlineStore
.public final Boolean enableOnlineStore()
Turn OnlineStore off by specifying False for the EnableOnlineStore flag.
Turn OnlineStore on by specifying True for the EnableOnlineStore flag.
The default value is False.
OnlineStore off by specifying False for the EnableOnlineStore
flag. Turn OnlineStore on by specifying True for the
EnableOnlineStore flag.
The default value is False.
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.
ExpiresAt = EventTime + TtlDuration. For information on
HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.public final StorageType storageType()
Option for different tiers of low latency storage for real-time data retrieval.
Standard: A managed low latency data store for feature groups.
InMemory: A managed data store for feature groups that supports very low latency retrieval.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
Standard: A managed low latency data store for feature groups.
InMemory: A managed data store for feature groups that supports very low latency retrieval.
StorageTypepublic final String storageTypeAsString()
Option for different tiers of low latency storage for real-time data retrieval.
Standard: A managed low latency data store for feature groups.
InMemory: A managed data store for feature groups that supports very low latency retrieval.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
Standard: A managed low latency data store for feature groups.
InMemory: A managed data store for feature groups that supports very low latency retrieval.
StorageTypepublic OnlineStoreConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OnlineStoreConfig.Builder,OnlineStoreConfig>public static OnlineStoreConfig.Builder builder()
public static Class<? extends OnlineStoreConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.