Interface HumanLoopSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>, SdkBuilder<HumanLoopSummary.Builder,HumanLoopSummary>, SdkPojo
Enclosing class:
HumanLoopSummary

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

    • humanLoopName

      HumanLoopSummary.Builder humanLoopName(String humanLoopName)

      The name of the human loop.

      Parameters:
      humanLoopName - The name of the human loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • humanLoopStatus

      HumanLoopSummary.Builder humanLoopStatus(String humanLoopStatus)

      The status of the human loop.

      Parameters:
      humanLoopStatus - The status of the human loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • humanLoopStatus

      HumanLoopSummary.Builder humanLoopStatus(HumanLoopStatus humanLoopStatus)

      The status of the human loop.

      Parameters:
      humanLoopStatus - The status of the human loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      HumanLoopSummary.Builder creationTime(Instant creationTime)

      When Amazon Augmented AI created the human loop.

      Parameters:
      creationTime - When Amazon Augmented AI created the human loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      HumanLoopSummary.Builder failureReason(String failureReason)

      The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.

      Parameters:
      failureReason - The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowDefinitionArn

      HumanLoopSummary.Builder flowDefinitionArn(String flowDefinitionArn)

      The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.

      Parameters:
      flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.