| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ServerSideEncryptionConfiguration.Builder |
ServerSideEncryptionConfiguration.builder() |
ServerSideEncryptionConfiguration.Builder |
ServerSideEncryptionConfiguration.Builder.kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS customer master key (CMK).
|
ServerSideEncryptionConfiguration.Builder |
ServerSideEncryptionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServerSideEncryptionConfiguration.Builder> |
ServerSideEncryptionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateIndexRequest.Builder |
CreateIndexRequest.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.
|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer master key (CMK) used to encrypt your data.
|
Copyright © 2021. All rights reserved.