Uses of Interface
software.amazon.awssdk.services.kendra.model.ServerSideEncryptionConfiguration.Builder
-
Packages that use ServerSideEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ServerSideEncryptionConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ServerSideEncryptionConfiguration.Builder Modifier and Type Method Description static ServerSideEncryptionConfiguration.BuilderServerSideEncryptionConfiguration. builder()ServerSideEncryptionConfiguration.BuilderServerSideEncryptionConfiguration.Builder. kmsKeyId(String kmsKeyId)The identifier of the KMS key.ServerSideEncryptionConfiguration.BuilderServerSideEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ServerSideEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends ServerSideEncryptionConfiguration.Builder>ServerSideEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ServerSideEncryptionConfiguration.Builder Modifier and Type Method Description default CreateIndexRequest.BuilderCreateIndexRequest.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.BuilderDescribeIndexResponse.Builder. serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)The identifier of the KMS customer master key (CMK) that is used to encrypt your data.
-