@Stability(value=Stable)
public static interface CfnBotAlias.BotAliasLocaleSettingsProperty
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.*;
BotAliasLocaleSettingsProperty botAliasLocaleSettingsProperty = BotAliasLocaleSettingsProperty.builder()
.enabled(false)
// the properties below are optional
.codeHookSpecification(CodeHookSpecificationProperty.builder()
.lambdaCodeHook(LambdaCodeHookProperty.builder()
.codeHookInterfaceVersion("codeHookInterfaceVersion")
.lambdaArn("lambdaArn")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBotAlias.BotAliasLocaleSettingsProperty.Builder
A builder for
CfnBotAlias.BotAliasLocaleSettingsProperty |
static class |
CfnBotAlias.BotAliasLocaleSettingsProperty.Jsii$Proxy
An implementation for
CfnBotAlias.BotAliasLocaleSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBotAlias.BotAliasLocaleSettingsProperty.Builder |
builder() |
default Object |
getCodeHookSpecification()
`CfnBotAlias.BotAliasLocaleSettingsProperty.CodeHookSpecification`.
|
Object |
getEnabled()
`CfnBotAlias.BotAliasLocaleSettingsProperty.Enabled`.
|
@Stability(value=Stable) @Nullable default Object getCodeHookSpecification()
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnBotAlias.BotAliasLocaleSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.