static WorkflowConfiguration.Builder |
WorkflowConfiguration.builder() |
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.onFailure(String onFailure) |
The action to take if the workflow fails.
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.onFailure(OnWorkflowFailure onFailure) |
The action to take if the workflow fails.
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.parallelGroup(String parallelGroup) |
Test workflows are defined within named runtime groups called parallel groups.
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.parameters(Collection<WorkflowParameter> parameters) |
Contains parameter values for each of the parameters that the workflow document defined for the workflow
resource.
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.parameters(Consumer<WorkflowParameter.Builder>... parameters) |
Contains parameter values for each of the parameters that the workflow document defined for the workflow
resource.
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.parameters(WorkflowParameter... parameters) |
Contains parameter values for each of the parameters that the workflow document defined for the workflow
resource.
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.toBuilder() |
|
WorkflowConfiguration.Builder |
WorkflowConfiguration.Builder.workflowArn(String workflowArn) |
The Amazon Resource Name (ARN) of the workflow resource.
|