| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. clone() | 
| WorkflowExecutionConfiguration | WorkflowExecutionDetail. getExecutionConfiguration()
 The configuration settings for this workflow execution including timeout values, tasklist etc. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withChildPolicy(ChildPolicy childPolicy)
 The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
 TerminateWorkflowExecution action explicitly or due to an expired timeout. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withChildPolicy(String childPolicy)
 The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
 TerminateWorkflowExecution action explicitly or due to an expired timeout. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
 The total duration for this workflow execution. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withLambdaRole(String lambdaRole)
 The IAM role attached to the child workflow execution. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withTaskList(TaskList taskList)
 The task list used for the decision tasks generated for this workflow execution. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withTaskPriority(String taskPriority)
 The priority assigned to decision tasks for this workflow execution. | 
| WorkflowExecutionConfiguration | WorkflowExecutionConfiguration. withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
 The maximum duration allowed for decision tasks for this workflow execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkflowExecutionDetail. setExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
 The configuration settings for this workflow execution including timeout values, tasklist etc. | 
| WorkflowExecutionDetail | WorkflowExecutionDetail. withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
 The configuration settings for this workflow execution including timeout values, tasklist etc. | 
Copyright © 2019. All rights reserved.