| 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 KMS key.
|
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 KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra.
|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data.
|
Copyright © 2023. All rights reserved.