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 Details

    • 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.