@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionAtRestOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
Specifies whether the domain should encrypt data at rest, and if so, the Key Management Service (KMS) key to use. Can be used only to create a new domain, not update an existing one.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptionAtRestOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAtRestOptions.Builder |
builder() |
Boolean |
enabled()
True to enable encryption at rest.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The KMS key ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionAtRestOptions.Builder> |
serializableBuilderClass() |
EncryptionAtRestOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
True to enable encryption at rest.
public final String kmsKeyId()
The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.
1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.public EncryptionAtRestOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>public static EncryptionAtRestOptions.Builder builder()
public static Class<? extends EncryptionAtRestOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.