public static interface SlotDefaultValueSpecification.Builder extends SdkPojo, CopyableBuilder<SlotDefaultValueSpecification.Builder,SlotDefaultValueSpecification>
| Modifier and Type | Method and Description |
|---|---|
SlotDefaultValueSpecification.Builder |
defaultValueList(Collection<SlotDefaultValue> defaultValueList)
A list of default values.
|
SlotDefaultValueSpecification.Builder |
defaultValueList(Consumer<SlotDefaultValue.Builder>... defaultValueList)
A list of default values.
|
SlotDefaultValueSpecification.Builder |
defaultValueList(SlotDefaultValue... defaultValueList)
A list of default values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotDefaultValueSpecification.Builder defaultValueList(Collection<SlotDefaultValue> defaultValueList)
A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
defaultValueList - A list of default values. Amazon Lex chooses the default value to use in the order that they are
presented in the list.SlotDefaultValueSpecification.Builder defaultValueList(SlotDefaultValue... defaultValueList)
A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
defaultValueList - A list of default values. Amazon Lex chooses the default value to use in the order that they are
presented in the list.SlotDefaultValueSpecification.Builder defaultValueList(Consumer<SlotDefaultValue.Builder>... defaultValueList)
A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
This is a convenience method that creates an instance of theSlotDefaultValue.Builder avoiding the need to
create one manually via SlotDefaultValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #defaultValueList(List.
defaultValueList - a consumer that will call methods on
SlotDefaultValue.Builder#defaultValueList(java.util.Collection) Copyright © 2023. All rights reserved.