@Stability(value=Stable) public static final class CfnBot.SlotDefaultValueSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.SlotDefaultValueSpecificationProperty>
CfnBot.SlotDefaultValueSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.SlotDefaultValueSpecificationProperty |
build()
Builds the configured instance.
|
CfnBot.SlotDefaultValueSpecificationProperty.Builder |
defaultValueList(IResolvable defaultValueList)
Sets the value of
CfnBot.SlotDefaultValueSpecificationProperty.getDefaultValueList() |
CfnBot.SlotDefaultValueSpecificationProperty.Builder |
defaultValueList(List<? extends Object> defaultValueList)
Sets the value of
CfnBot.SlotDefaultValueSpecificationProperty.getDefaultValueList() |
@Stability(value=Stable) public CfnBot.SlotDefaultValueSpecificationProperty.Builder defaultValueList(IResolvable defaultValueList)
CfnBot.SlotDefaultValueSpecificationProperty.getDefaultValueList()defaultValueList - A list of default values. This parameter is required.
Amazon Lex chooses the default value to use in the order that they are presented in the list.this@Stability(value=Stable) public CfnBot.SlotDefaultValueSpecificationProperty.Builder defaultValueList(List<? extends Object> defaultValueList)
CfnBot.SlotDefaultValueSpecificationProperty.getDefaultValueList()defaultValueList - A list of default values. This parameter is required.
Amazon Lex chooses the default value to use in the order that they are presented in the list.this@Stability(value=Stable) public CfnBot.SlotDefaultValueSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.SlotDefaultValueSpecificationProperty>CfnBot.SlotDefaultValueSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.