Class CfnPromptPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnPromptPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPromptPropsMixin>
- Enclosing class:
CfnPromptPropsMixin
@Stability(Stable)
public static final class CfnPromptPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPromptPropsMixin>
A fluent builder for
CfnPromptPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnPromptPropsMixin.Buildercreate()static CfnPromptPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the prompt.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.instanceArn(IInstanceRef instanceArn) The identifier of the Amazon Connect instance.The name of the prompt.The URI for the S3 bucket where the prompt is stored.The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnPromptPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPromptPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPromptPropsMixin.Builder.
-
description
The description of the prompt.- Parameters:
description- The description of the prompt. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
name
The name of the prompt.- Parameters:
name- The name of the prompt. This parameter is required.- Returns:
this- See Also:
-
s3Uri
The URI for the S3 bucket where the prompt is stored.This property is required when you create a prompt.
- Parameters:
s3Uri- The URI for the S3 bucket where the prompt is stored. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPromptPropsMixin>- Returns:
- a newly built instance of
CfnPromptPropsMixin.
-