Class CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty.getKmsKeyId()- Parameters:
kmsKeyId- The customer managed key used for encryption. This customer managed key must have a policy that allowskms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom.For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) .
- Returns:
this
-
build
@Stability(Stable) public CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-