Interface HumanLoopActivationOutput.Builder

    • Method Detail

      • humanLoopArn

        HumanLoopActivationOutput.Builder humanLoopArn​(String humanLoopArn)

        The Amazon Resource Name (ARN) of the HumanLoop created.

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

        HumanLoopActivationOutput.Builder humanLoopActivationReasons​(Collection<String> humanLoopActivationReasons)

        Shows if and why human review was needed.

        Parameters:
        humanLoopActivationReasons - Shows if and why human review was needed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanLoopActivationReasons

        HumanLoopActivationOutput.Builder humanLoopActivationReasons​(String... humanLoopActivationReasons)

        Shows if and why human review was needed.

        Parameters:
        humanLoopActivationReasons - Shows if and why human review was needed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanLoopActivationConditionsEvaluationResults

        HumanLoopActivationOutput.Builder humanLoopActivationConditionsEvaluationResults​(String humanLoopActivationConditionsEvaluationResults)

        Shows the result of condition evaluations, including those conditions which activated a human review.

        Parameters:
        humanLoopActivationConditionsEvaluationResults - Shows the result of condition evaluations, including those conditions which activated a human review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.