@Stability(value=Stable) public static final class CfnBot.BotAliasLocaleSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.BotAliasLocaleSettingsProperty>
CfnBot.BotAliasLocaleSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.BotAliasLocaleSettingsProperty |
build()
Builds the configured instance.
|
CfnBot.BotAliasLocaleSettingsProperty.Builder |
codeHookSpecification(CfnBot.CodeHookSpecificationProperty codeHookSpecification)
Sets the value of
CfnBot.BotAliasLocaleSettingsProperty.getCodeHookSpecification() |
CfnBot.BotAliasLocaleSettingsProperty.Builder |
codeHookSpecification(IResolvable codeHookSpecification)
Sets the value of
CfnBot.BotAliasLocaleSettingsProperty.getCodeHookSpecification() |
CfnBot.BotAliasLocaleSettingsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnBot.BotAliasLocaleSettingsProperty.getEnabled() |
CfnBot.BotAliasLocaleSettingsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnBot.BotAliasLocaleSettingsProperty.getEnabled() |
@Stability(value=Stable) public CfnBot.BotAliasLocaleSettingsProperty.Builder enabled(Boolean enabled)
CfnBot.BotAliasLocaleSettingsProperty.getEnabled()enabled - Specifies whether the locale is enabled for the bot. This parameter is required.
If the value is false, the locale isn't available for use.this@Stability(value=Stable) public CfnBot.BotAliasLocaleSettingsProperty.Builder enabled(IResolvable enabled)
CfnBot.BotAliasLocaleSettingsProperty.getEnabled()enabled - Specifies whether the locale is enabled for the bot. This parameter is required.
If the value is false, the locale isn't available for use.this@Stability(value=Stable) public CfnBot.BotAliasLocaleSettingsProperty.Builder codeHookSpecification(CfnBot.CodeHookSpecificationProperty codeHookSpecification)
CfnBot.BotAliasLocaleSettingsProperty.getCodeHookSpecification()codeHookSpecification - Specifies the Lambda function to use in this locale.this@Stability(value=Stable) public CfnBot.BotAliasLocaleSettingsProperty.Builder codeHookSpecification(IResolvable codeHookSpecification)
CfnBot.BotAliasLocaleSettingsProperty.getCodeHookSpecification()codeHookSpecification - Specifies the Lambda function to use in this locale.this@Stability(value=Stable) public CfnBot.BotAliasLocaleSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.BotAliasLocaleSettingsProperty>CfnBot.BotAliasLocaleSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.