Class CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty>
- Enclosing interface:
CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty
@Stability(Stable)
public static final class CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty>
A builder for
CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceBotVersion(String sourceBotVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceBotVersion
@Stability(Stable) public CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty.Builder sourceBotVersion(String sourceBotVersion) - Parameters:
sourceBotVersion- The version of a bot used for a bot locale.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty>- Returns:
- a new instance of
CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-