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
Modifier and TypeMethodDescriptionflowDefinitionArn
(String flowDefinitionArn) The Amazon Resource Number (ARN) for the flow definitioninstructions
(String instructions) Instructions for the flow definitionMethods 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 Details
-
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
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.
-