Class CfnBotVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotVersionPropsMixin>
- Enclosing class:
CfnBotVersionPropsMixin
@Stability(Stable)
public static final class CfnBotVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotVersionPropsMixin>
A fluent builder for
CfnBotVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot.The unique identifier of the bot.botVersionLocaleSpecification(List<? extends Object> botVersionLocaleSpecification) Specifies the locales that Amazon Lex adds to this version.botVersionLocaleSpecification(IResolvable botVersionLocaleSpecification) Specifies the locales that Amazon Lex adds to this version.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the version.
-
Method Details
-
create
@Stability(Stable) public static CfnBotVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBotVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBotVersionPropsMixin.Builder.
-
botId
The unique identifier of the bot.- Parameters:
botId- The unique identifier of the bot. This parameter is required.- Returns:
this- See Also:
-
botId
The unique identifier of the bot.- Parameters:
botId- The unique identifier of the bot. This parameter is required.- Returns:
this- See Also:
-
botVersionLocaleSpecification
@Stability(Stable) public CfnBotVersionPropsMixin.Builder botVersionLocaleSpecification(IResolvable botVersionLocaleSpecification) Specifies the locales that Amazon Lex adds to this version.You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
- Parameters:
botVersionLocaleSpecification- Specifies the locales that Amazon Lex adds to this version. This parameter is required.- Returns:
this- See Also:
-
botVersionLocaleSpecification
@Stability(Stable) public CfnBotVersionPropsMixin.Builder botVersionLocaleSpecification(List<? extends Object> botVersionLocaleSpecification) Specifies the locales that Amazon Lex adds to this version.You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
- Parameters:
botVersionLocaleSpecification- Specifies the locales that Amazon Lex adds to this version. This parameter is required.- Returns:
this- See Also:
-
description
The description of the version.- Parameters:
description- The description of the version. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotVersionPropsMixin>- Returns:
- a newly built instance of
CfnBotVersionPropsMixin.
-