Interface HumanWorkflowConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>, SdkBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>, SdkPojo
Enclosing class:
HumanWorkflowConfig

public static interface HumanWorkflowConfig.Builder extends SdkPojo, CopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>
  • Method Details

    • 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.