@Stability(value=Stable) public static final class CfnBot.SlotTypeValueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.SlotTypeValueProperty>
CfnBot.SlotTypeValueProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.SlotTypeValueProperty |
build()
Builds the configured instance.
|
CfnBot.SlotTypeValueProperty.Builder |
sampleValue(CfnBot.SampleValueProperty sampleValue)
Sets the value of
CfnBot.SlotTypeValueProperty.getSampleValue() |
CfnBot.SlotTypeValueProperty.Builder |
sampleValue(IResolvable sampleValue)
Sets the value of
CfnBot.SlotTypeValueProperty.getSampleValue() |
CfnBot.SlotTypeValueProperty.Builder |
synonyms(IResolvable synonyms)
Sets the value of
CfnBot.SlotTypeValueProperty.getSynonyms() |
CfnBot.SlotTypeValueProperty.Builder |
synonyms(List<? extends Object> synonyms)
Sets the value of
CfnBot.SlotTypeValueProperty.getSynonyms() |
@Stability(value=Stable) public CfnBot.SlotTypeValueProperty.Builder sampleValue(CfnBot.SampleValueProperty sampleValue)
CfnBot.SlotTypeValueProperty.getSampleValue()sampleValue - The value of the slot type entry. This parameter is required.this@Stability(value=Stable) public CfnBot.SlotTypeValueProperty.Builder sampleValue(IResolvable sampleValue)
CfnBot.SlotTypeValueProperty.getSampleValue()sampleValue - The value of the slot type entry. This parameter is required.this@Stability(value=Stable) public CfnBot.SlotTypeValueProperty.Builder synonyms(IResolvable synonyms)
CfnBot.SlotTypeValueProperty.getSynonyms()synonyms - Additional values related to the slot type entry.this@Stability(value=Stable) public CfnBot.SlotTypeValueProperty.Builder synonyms(List<? extends Object> synonyms)
CfnBot.SlotTypeValueProperty.getSynonyms()synonyms - Additional values related to the slot type entry.this@Stability(value=Stable) public CfnBot.SlotTypeValueProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.SlotTypeValueProperty>CfnBot.SlotTypeValuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.