public static interface EncryptionAtRest.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRest.Builder,EncryptionAtRest>
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRest.Builder |
catalogEncryptionMode(CatalogEncryptionMode catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
|
EncryptionAtRest.Builder |
catalogEncryptionMode(String catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
|
EncryptionAtRest.Builder |
sseAwsKmsKeyId(String sseAwsKmsKeyId)
The ID of the AWS KMS key to use for encryption at rest.
|
copyapplyMutation, buildEncryptionAtRest.Builder catalogEncryptionMode(String catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
catalogEncryptionMode - The encryption-at-rest mode for encrypting Data Catalog data.CatalogEncryptionMode,
CatalogEncryptionModeEncryptionAtRest.Builder catalogEncryptionMode(CatalogEncryptionMode catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
catalogEncryptionMode - The encryption-at-rest mode for encrypting Data Catalog data.CatalogEncryptionMode,
CatalogEncryptionModeEncryptionAtRest.Builder sseAwsKmsKeyId(String sseAwsKmsKeyId)
The ID of the AWS KMS key to use for encryption at rest.
sseAwsKmsKeyId - The ID of the AWS KMS key to use for encryption at rest.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.