@Stability(value=Stable) public static final class CfnBotVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBotVersionProps>
CfnBotVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBotVersionProps.Builder |
botId(String botId)
Sets the value of
CfnBotVersionProps.getBotId() |
CfnBotVersionProps.Builder |
botVersionLocaleSpecification(IResolvable botVersionLocaleSpecification)
Sets the value of
CfnBotVersionProps.getBotVersionLocaleSpecification() |
CfnBotVersionProps.Builder |
botVersionLocaleSpecification(List<? extends Object> botVersionLocaleSpecification)
Sets the value of
CfnBotVersionProps.getBotVersionLocaleSpecification() |
CfnBotVersionProps |
build()
Builds the configured instance.
|
CfnBotVersionProps.Builder |
description(String description)
Sets the value of
CfnBotVersionProps.getDescription() |
@Stability(value=Stable) public CfnBotVersionProps.Builder botId(String botId)
CfnBotVersionProps.getBotId()botId - `AWS::Lex::BotVersion.BotId`. This parameter is required.this@Stability(value=Stable) public CfnBotVersionProps.Builder botVersionLocaleSpecification(IResolvable botVersionLocaleSpecification)
CfnBotVersionProps.getBotVersionLocaleSpecification()botVersionLocaleSpecification - `AWS::Lex::BotVersion.BotVersionLocaleSpecification`. This parameter is required.this@Stability(value=Stable) public CfnBotVersionProps.Builder botVersionLocaleSpecification(List<? extends Object> botVersionLocaleSpecification)
CfnBotVersionProps.getBotVersionLocaleSpecification()botVersionLocaleSpecification - `AWS::Lex::BotVersion.BotVersionLocaleSpecification`. This parameter is required.this@Stability(value=Stable) public CfnBotVersionProps.Builder description(String description)
CfnBotVersionProps.getDescription()description - `AWS::Lex::BotVersion.Description`.this@Stability(value=Stable) public CfnBotVersionProps build()
build in interface software.amazon.jsii.Builder<CfnBotVersionProps>CfnBotVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.