@Stability(value=Stable) public static final class CfnBotVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnBotVersion>
CfnBotVersion.| Modifier and Type | Method and Description |
|---|---|
CfnBotVersion.Builder |
botId(String botId)
`AWS::Lex::BotVersion.BotId`.
|
CfnBotVersion.Builder |
botVersionLocaleSpecification(IResolvable botVersionLocaleSpecification)
`AWS::Lex::BotVersion.BotVersionLocaleSpecification`.
|
CfnBotVersion.Builder |
botVersionLocaleSpecification(List<? extends Object> botVersionLocaleSpecification)
`AWS::Lex::BotVersion.BotVersionLocaleSpecification`.
|
CfnBotVersion |
build() |
static CfnBotVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBotVersion.Builder |
description(String description)
`AWS::Lex::BotVersion.Description`.
|
@Stability(value=Stable) public static CfnBotVersion.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBotVersion.BotVersionLocaleDetailsProperty.Builder.@Stability(value=Stable) public CfnBotVersion.Builder botId(String botId)
botId - `AWS::Lex::BotVersion.BotId`. This parameter is required.this@Stability(value=Stable) public CfnBotVersion.Builder botVersionLocaleSpecification(IResolvable botVersionLocaleSpecification)
botVersionLocaleSpecification - `AWS::Lex::BotVersion.BotVersionLocaleSpecification`. This parameter is required.this@Stability(value=Stable) public CfnBotVersion.Builder botVersionLocaleSpecification(List<? extends Object> botVersionLocaleSpecification)
botVersionLocaleSpecification - `AWS::Lex::BotVersion.BotVersionLocaleSpecification`. This parameter is required.this@Stability(value=Stable) public CfnBotVersion.Builder description(String description)
description - `AWS::Lex::BotVersion.Description`. This parameter is required.this@Stability(value=Stable) public CfnBotVersion build()
build in interface software.amazon.jsii.Builder<CfnBotVersion>Copyright © 2021. All rights reserved.