Interface ElicitSubSlot.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ElicitSubSlot.Builder,
,ElicitSubSlot> SdkBuilder<ElicitSubSlot.Builder,
,ElicitSubSlot> SdkPojo
- Enclosing class:
ElicitSubSlot
public static interface ElicitSubSlot.Builder
extends SdkPojo, CopyableBuilder<ElicitSubSlot.Builder,ElicitSubSlot>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the slot that should be elicited from the user.default ElicitSubSlot.Builder
subSlotToElicit
(Consumer<ElicitSubSlot.Builder> subSlotToElicit) The field is not supported.subSlotToElicit
(ElicitSubSlot subSlotToElicit) The field is not supported.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the slot that should be elicited from the user.
- Parameters:
name
- The name of the slot that should be elicited from the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subSlotToElicit
The field is not supported.
- Parameters:
subSlotToElicit
- The field is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subSlotToElicit
The field is not supported.
This is a convenience method that creates an instance of theElicitSubSlot.Builder
avoiding the need to create one manually viaElicitSubSlot.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosubSlotToElicit(ElicitSubSlot)
.- Parameters:
subSlotToElicit
- a consumer that will call methods onElicitSubSlot.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-