Interface HumanLoopActivationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HumanLoopActivationOutput.Builder,HumanLoopActivationOutput>,SdkBuilder<HumanLoopActivationOutput.Builder,HumanLoopActivationOutput>,SdkPojo
- Enclosing class:
- HumanLoopActivationOutput
public static interface HumanLoopActivationOutput.Builder extends SdkPojo, CopyableBuilder<HumanLoopActivationOutput.Builder,HumanLoopActivationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanLoopActivationOutput.BuilderhumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)Shows the result of condition evaluations, including those conditions which activated a human review.HumanLoopActivationOutput.BuilderhumanLoopActivationReasons(String... humanLoopActivationReasons)Shows if and why human review was needed.HumanLoopActivationOutput.BuilderhumanLoopActivationReasons(Collection<String> humanLoopActivationReasons)Shows if and why human review was needed.HumanLoopActivationOutput.BuilderhumanLoopArn(String humanLoopArn)The Amazon Resource Name (ARN) of the HumanLoop created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-