public static final class CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder
extends java.lang.Object
CfnBotVersion.BotVersionLocaleSpecificationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder |
botVersionLocaleDetails(CfnBotVersion.BotVersionLocaleDetailsProperty botVersionLocaleDetails)
|
CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder |
botVersionLocaleDetails(IResolvable botVersionLocaleDetails)
|
CfnBotVersion.BotVersionLocaleSpecificationProperty |
build()
Builds the configured instance.
|
CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder |
localeId(java.lang.String localeId)
Sets the value of
CfnBotVersion.BotVersionLocaleSpecificationProperty.getLocaleId() |
public CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder botVersionLocaleDetails(IResolvable botVersionLocaleDetails)
botVersionLocaleDetails
- The version of a bot used for a bot locale. This parameter is required.this
public CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder botVersionLocaleDetails(CfnBotVersion.BotVersionLocaleDetailsProperty botVersionLocaleDetails)
botVersionLocaleDetails
- The version of a bot used for a bot locale. This parameter is required.this
public CfnBotVersion.BotVersionLocaleSpecificationProperty.Builder localeId(java.lang.String localeId)
CfnBotVersion.BotVersionLocaleSpecificationProperty.getLocaleId()
localeId
- The identifier of the locale to add to the version. This parameter is required.this
public CfnBotVersion.BotVersionLocaleSpecificationProperty build()
CfnBotVersion.BotVersionLocaleSpecificationProperty
java.lang.NullPointerException
- if any required attribute was not provided