Interface SlotPriority.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotPriority.Builder,SlotPriority>,SdkBuilder<SlotPriority.Builder,SlotPriority>,SdkPojo
- Enclosing class:
- SlotPriority
public static interface SlotPriority.Builder extends SdkPojo, CopyableBuilder<SlotPriority.Builder,SlotPriority>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotPriority.Builderpriority(Integer priority)The priority that Amazon Lex should apply to the slot.SlotPriority.BuilderslotId(String slotId)The unique identifier of the slot.-
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 Detail
-
priority
SlotPriority.Builder priority(Integer priority)
The priority that Amazon Lex should apply to the slot.
- Parameters:
priority- The priority that Amazon Lex should apply to the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotId
SlotPriority.Builder slotId(String slotId)
The unique identifier of the slot.
- Parameters:
slotId- The unique identifier of the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-