@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.418Z") @Stability(value=Stable) public interface CfnBotVersionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
CfnBotVersionProps cfnBotVersionProps = CfnBotVersionProps.builder()
.botId("botId")
.botVersionLocaleSpecification(List.of(BotVersionLocaleSpecificationProperty.builder()
.botVersionLocaleDetails(BotVersionLocaleDetailsProperty.builder()
.sourceBotVersion("sourceBotVersion")
.build())
.localeId("localeId")
.build()))
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBotVersionProps.Builder
A builder for
CfnBotVersionProps |
static class |
CfnBotVersionProps.Jsii$Proxy
An implementation for
CfnBotVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnBotVersionProps.Builder |
builder() |
String |
getBotId()
`AWS::Lex::BotVersion.BotId`.
|
Object |
getBotVersionLocaleSpecification()
`AWS::Lex::BotVersion.BotVersionLocaleSpecification`.
|
default String |
getDescription()
`AWS::Lex::BotVersion.Description`.
|
@Stability(value=Stable) @NotNull String getBotId()
@Stability(value=Stable) @NotNull Object getBotVersionLocaleSpecification()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnBotVersionProps.Builder builder()
CfnBotVersionProps.Builder of CfnBotVersionPropsCopyright © 2021. All rights reserved.