Interface DescribeHumanTaskUiResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeHumanTaskUiResponse.Builder,DescribeHumanTaskUiResponse>, SageMakerResponse.Builder, SdkBuilder<DescribeHumanTaskUiResponse.Builder,DescribeHumanTaskUiResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeHumanTaskUiResponse

public static interface DescribeHumanTaskUiResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeHumanTaskUiResponse.Builder,DescribeHumanTaskUiResponse>
  • Method Details

    • 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

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

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

      Sets the value of the UiTemplate property for this object. This is a convenience method that creates an instance of the UiTemplateInfo.Builder avoiding the need to create one manually via UiTemplateInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to uiTemplate(UiTemplateInfo).

      Parameters:
      uiTemplate - a consumer that will call methods on UiTemplateInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: