Interface DescribeHumanLoopResponse.Builder

    • Method Detail

      • creationTime

        DescribeHumanLoopResponse.Builder creationTime​(Instant creationTime)

        The creation time when Amazon Augmented AI created the human loop.

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

        DescribeHumanLoopResponse.Builder failureReason​(String failureReason)

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

        Parameters:
        failureReason - The reason why a human loop failed. The 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.
      • failureCode

        DescribeHumanLoopResponse.Builder failureCode​(String failureCode)

        A failure code that identifies the type of failure.

        Possible values: ValidationError, Expired, InternalError

        Parameters:
        failureCode - A failure code that identifies the type of failure.

        Possible values: ValidationError, Expired, InternalError

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanLoopName

        DescribeHumanLoopResponse.Builder humanLoopName​(String humanLoopName)

        The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).

        Parameters:
        humanLoopName - The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanLoopArn

        DescribeHumanLoopResponse.Builder humanLoopArn​(String humanLoopArn)

        The Amazon Resource Name (ARN) of the human loop.

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

        DescribeHumanLoopResponse.Builder flowDefinitionArn​(String flowDefinitionArn)

        The Amazon Resource Name (ARN) of the flow definition.

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

        DescribeHumanLoopResponse.Builder humanLoopOutput​(HumanLoopOutput humanLoopOutput)

        An object that contains information about the output of the human loop.

        Parameters:
        humanLoopOutput - An object that contains information about the output of the human loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.