public static interface HumanLoopActivationResults.Builder extends SdkPojo, CopyableBuilder<HumanLoopActivationResults.Builder,HumanLoopActivationResults>
| Modifier and Type | Method and Description |
|---|---|
HumanLoopActivationResults.Builder |
humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of
evaluating those conditions on the input provided to the
StartHumanLoop operation. |
default HumanLoopActivationResults.Builder |
humanLoopActivationReason(Consumer<HumanLoopActivationReason.Builder> humanLoopActivationReason)
An object containing information about why a human loop was triggered.
|
HumanLoopActivationResults.Builder |
humanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHumanLoopActivationResults.Builder humanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
humanLoopActivationReason - An object containing information about why a human loop was triggered.default HumanLoopActivationResults.Builder humanLoopActivationReason(Consumer<HumanLoopActivationReason.Builder> humanLoopActivationReason)
An object containing information about why a human loop was triggered.
This is a convenience that creates an instance of theHumanLoopActivationReason.Builder avoiding the
need to create one manually via HumanLoopActivationReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to humanLoopActivationReason(HumanLoopActivationReason).humanLoopActivationReason - a consumer that will call methods on HumanLoopActivationReason.BuilderhumanLoopActivationReason(HumanLoopActivationReason)HumanLoopActivationResults.Builder humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of
evaluating those conditions on the input provided to the StartHumanLoop operation.
humanLoopActivationConditionsEvaluationResults - A copy of the human loop activation conditions of the flow definition, augmented with the results of
evaluating those conditions on the input provided to the StartHumanLoop operation.Copyright © 2020. All rights reserved.