Interface CompleteWorkflowExecutionDecisionAttributes.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<CompleteWorkflowExecutionDecisionAttributes.Builder,CompleteWorkflowExecutionDecisionAttributes>
,SdkBuilder<CompleteWorkflowExecutionDecisionAttributes.Builder,CompleteWorkflowExecutionDecisionAttributes>
,SdkPojo
- Enclosing class:
- CompleteWorkflowExecutionDecisionAttributes
public static interface CompleteWorkflowExecutionDecisionAttributes.Builder extends SdkPojo, CopyableBuilder<CompleteWorkflowExecutionDecisionAttributes.Builder,CompleteWorkflowExecutionDecisionAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompleteWorkflowExecutionDecisionAttributes.Builder
result(String result)
The result of the workflow execution.-
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, sdkFields
-
-
-
-
Method Detail
-
result
CompleteWorkflowExecutionDecisionAttributes.Builder result(String result)
The result of the workflow execution. The form of the result is implementation defined.
- Parameters:
result
- The result of the workflow execution. The form of the result is implementation defined.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-