@Generated(value="software.amazon.awssdk:codegen") public final class CustomerContentEncryptionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerContentEncryptionConfiguration.Builder,CustomerContentEncryptionConfiguration>
Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerContentEncryptionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomerContentEncryptionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKey()
The KMS key that is used to encrypt the user's data stores in Athena.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomerContentEncryptionConfiguration.Builder> |
serializableBuilderClass() |
CustomerContentEncryptionConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKey()
The KMS key that is used to encrypt the user's data stores in Athena.
public CustomerContentEncryptionConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerContentEncryptionConfiguration.Builder,CustomerContentEncryptionConfiguration>public static CustomerContentEncryptionConfiguration.Builder builder()
public static Class<? extends CustomerContentEncryptionConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.