@Stability(value=Stable)
public static interface CfnBotVersion.BotVersionLocaleSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
BotVersionLocaleSpecificationProperty botVersionLocaleSpecificationProperty = BotVersionLocaleSpecificationProperty.builder()
.botVersionLocaleDetails(BotVersionLocaleDetailsProperty.builder()
.sourceBotVersion("sourceBotVersion")
.build())
.localeId("localeId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder
A builder for
CfnBotVersion.BotVersionLocaleSpecificationProperty |
static class |
CfnBotVersion.BotVersionLocaleSpecificationProperty.Jsii$Proxy
An implementation for
CfnBotVersion.BotVersionLocaleSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder |
builder() |
Object |
getBotVersionLocaleDetails()
`CfnBotVersion.BotVersionLocaleSpecificationProperty.BotVersionLocaleDetails`.
|
String |
getLocaleId()
`CfnBotVersion.BotVersionLocaleSpecificationProperty.LocaleId`.
|
@Stability(value=Stable) @NotNull Object getBotVersionLocaleDetails()
@Stability(value=Stable) @NotNull String getLocaleId()
@Stability(value=Stable) static CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.