Class CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) - Parameters:
kmsKeyId- The customer managed key used for encryption. The customer managed key must have a policy that allowskms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt,kms:GenerateDataKey*, andkms:DescribeKeypermissions to theconnect.amazonaws.com.rproxy.govskope.caservice principal. 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) in the AWS Key Management Service Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-