@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnlineStoreConfig extends Object implements Serializable, Cloneable, StructuredPojo
Use this to specify the AWS 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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.