Interface DescribeHumanTaskUiResponse.Builder

    • Method Detail

      • humanTaskUiArn

        DescribeHumanTaskUiResponse.Builder humanTaskUiArn​(String humanTaskUiArn)

        The Amazon Resource Name (ARN) of the human task user interface (worker task template).

        Parameters:
        humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface (worker task template).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanTaskUiName

        DescribeHumanTaskUiResponse.Builder humanTaskUiName​(String humanTaskUiName)

        The name of the human task user interface (worker task template).

        Parameters:
        humanTaskUiName - The name of the human task user interface (worker task template).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanTaskUiStatus

        DescribeHumanTaskUiResponse.Builder humanTaskUiStatus​(String humanTaskUiStatus)

        The status of the human task user interface (worker task template). Valid values are listed below.

        Parameters:
        humanTaskUiStatus - The status of the human task user interface (worker task template). Valid values are listed below.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HumanTaskUiStatus, HumanTaskUiStatus
      • humanTaskUiStatus

        DescribeHumanTaskUiResponse.Builder humanTaskUiStatus​(HumanTaskUiStatus humanTaskUiStatus)

        The status of the human task user interface (worker task template). Valid values are listed below.

        Parameters:
        humanTaskUiStatus - The status of the human task user interface (worker task template). Valid values are listed below.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HumanTaskUiStatus, HumanTaskUiStatus
      • creationTime

        DescribeHumanTaskUiResponse.Builder creationTime​(Instant creationTime)

        The timestamp when the human task user interface was created.

        Parameters:
        creationTime - The timestamp when the human task user interface was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uiTemplate

        DescribeHumanTaskUiResponse.Builder uiTemplate​(UiTemplateInfo uiTemplate)
        Sets the value of the UiTemplate property for this object.
        Parameters:
        uiTemplate - The new value for the UiTemplate property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.