Interface HumanWorkflowConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>,SdkBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>,SdkPojo
- Enclosing class:
- HumanWorkflowConfig
@Mutable @NotThreadSafe public static interface HumanWorkflowConfig.Builder extends SdkPojo, CopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanWorkflowConfig.BuilderflowDefinitionArn(String flowDefinitionArn)The Amazon Resource Number (ARN) for the flow definitionHumanWorkflowConfig.Builderinstructions(String instructions)Instructions for the flow definition-
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
-
flowDefinitionArn
HumanWorkflowConfig.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Number (ARN) for the flow definition
- Parameters:
flowDefinitionArn- The Amazon Resource Number (ARN) for the flow definition- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instructions
HumanWorkflowConfig.Builder instructions(String instructions)
Instructions for the flow definition
- Parameters:
instructions- Instructions for the flow definition- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-