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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #defaultValueList(List) .defaultValueList - a consumer that will call methods on List.Builder #defaultValueList(List) Copyright © 2022. All rights reserved.