Class CfnAssistantPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssistantPropsMixin>
- Enclosing class:
CfnAssistantPropsMixin
CfnAssistantPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the assistant.The name of the assistant.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) The configuration information for the customer managed key used for encryption.serverSideEncryptionConfiguration(CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) The configuration information for the customer managed key used for encryption.The tags used to organize, track, or control access for this resource.The type of assistant.
-
Method Details
-
create
@Stability(Stable) public static CfnAssistantPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAssistantPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAssistantPropsMixin.Builder.
-
description
The description of the assistant.- Parameters:
description- The description of the assistant. This parameter is required.- Returns:
this- See Also:
-
name
The name of the assistant.- Parameters:
name- The name of the assistant. This parameter is required.- Returns:
this- See Also:
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnAssistantPropsMixin.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) The configuration information for the customer managed key used for encryption.The customer managed key must have a policy that allows
kms: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 .- Parameters:
serverSideEncryptionConfiguration- The configuration information for the customer managed key used for encryption. This parameter is required.- Returns:
this- See Also:
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnAssistantPropsMixin.Builder serverSideEncryptionConfiguration(CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) The configuration information for the customer managed key used for encryption.The customer managed key must have a policy that allows
kms: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 .- Parameters:
serverSideEncryptionConfiguration- The configuration information for the customer managed key used for encryption. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
type
The type of assistant.- Parameters:
type- The type of assistant. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssistantPropsMixin>- Returns:
- a newly built instance of
CfnAssistantPropsMixin.
-