@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() |
OnlineStoreConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 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.