@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnlineStoreConfig extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
OnlineStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
OnlineStoreConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableOnlineStore()
Turn
OnlineStore off by specifying False for the EnableOnlineStore flag. |
OnlineStoreSecurityConfig |
getSecurityConfig()
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
int |
hashCode() |
Boolean |
isEnableOnlineStore()
Turn
OnlineStore off by specifying False for the EnableOnlineStore flag. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnableOnlineStore(Boolean enableOnlineStore)
Turn
OnlineStore off by specifying False for the EnableOnlineStore flag. |
void |
setSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
String |
toString()
Returns a string representation of this object.
|
OnlineStoreConfig |
withEnableOnlineStore(Boolean enableOnlineStore)
Turn
OnlineStore off by specifying False for the EnableOnlineStore flag. |
OnlineStoreConfig |
withSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
public void setSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.
securityConfig - Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.public OnlineStoreSecurityConfig getSecurityConfig()
Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.
KMSKeyId) for at-rest encryption of your OnlineStore
.public OnlineStoreConfig withSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.
securityConfig - Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.public void setEnableOnlineStore(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.
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.
public Boolean getEnableOnlineStore()
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 withEnableOnlineStore(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.
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.
public Boolean isEnableOnlineStore()
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 String toString()
toString in class ObjectObject.toString()public OnlineStoreConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.