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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ElicitSubSlot.Buildername(String name)The name of the slot that should be elicited from the user.default ElicitSubSlot.BuildersubSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)The field is not supported.ElicitSubSlot.BuildersubSlotToElicit(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
ElicitSubSlot.Builder name(String 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
ElicitSubSlot.Builder subSlotToElicit(ElicitSubSlot 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
default ElicitSubSlot.Builder subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)
The field is not supported.
This is a convenience method that creates an instance of theElicitSubSlot.Builderavoiding the need to create one manually viaElicitSubSlot.builder().When the
Consumercompletes,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:
subSlotToElicit(ElicitSubSlot)
-
-