@Generated(value="software.amazon.awssdk:codegen") public final class AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder,AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails>
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder |
builder() |
String |
encryptionOption()
Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys
(SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed
keys (CSE_KMS) is used.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKey()
For
SSE_KMS and CSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder> |
serializableBuilderClass() |
AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String encryptionOption()
Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used.
public final String kmsKey()
For SSE_KMS and CSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.
SSE_KMS and CSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.public AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder toBuilder()
public static AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder builder()
public static Class<? extends AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.