Interface SlotTypeSummary.Builder

    • Method Detail

      • slotTypeId

        SlotTypeSummary.Builder slotTypeId​(String slotTypeId)

        The unique identifier assigned to the slot type.

        Parameters:
        slotTypeId - The unique identifier assigned to the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotTypeName

        SlotTypeSummary.Builder slotTypeName​(String slotTypeName)

        The name of the slot type.

        Parameters:
        slotTypeName - The name of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SlotTypeSummary.Builder description​(String description)

        The description of the slot type.

        Parameters:
        description - The description of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentSlotTypeSignature

        SlotTypeSummary.Builder parentSlotTypeSignature​(String parentSlotTypeSignature)

        If the slot type is derived from a built-on slot type, the name of the parent slot type.

        Parameters:
        parentSlotTypeSignature - If the slot type is derived from a built-on slot type, the name of the parent slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        SlotTypeSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        A timestamp of the date and time that the slot type was last updated.

        Parameters:
        lastUpdatedDateTime - A timestamp of the date and time that the slot type was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotTypeCategory

        SlotTypeSummary.Builder slotTypeCategory​(String slotTypeCategory)

        Indicates the type of the slot type.

        Parameters:
        slotTypeCategory - Indicates the type of the slot type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SlotTypeCategory, SlotTypeCategory