public static interface ServerSideEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<ServerSideEncryptionConfiguration.Builder,ServerSideEncryptionConfiguration>
Modifier and Type | Method and Description |
---|---|
ServerSideEncryptionConfiguration.Builder |
kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS customer master key (CMK).
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ServerSideEncryptionConfiguration.Builder kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.
kmsKeyId
- The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric
CMKs.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.