| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. clone() | 
| StartChildWorkflowExecutionDecisionAttributes | Decision. getStartChildWorkflowExecutionDecisionAttributes()
 Provides the details of the  StartChildWorkflowExecutiondecision. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withChildPolicy(ChildPolicy childPolicy)
 If set, specifies the policy to use for the child workflow executions if the workflow execution being started is
 terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withChildPolicy(String childPolicy)
 If set, specifies the policy to use for the child workflow executions if the workflow execution being started is
 terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withControl(String control)
 The data attached to the event that can be used by the decider in subsequent workflow tasks. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
 The total duration for this workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withInput(String input)
 The input to be provided to the workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withLambdaRole(String lambdaRole)
 The IAM role attached to the child workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withTagList(Collection<String> tagList)
 The list of tags to associate with the child workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withTagList(String... tagList)
 The list of tags to associate with the child workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withTaskList(TaskList taskList)
 The name of the task list to be used for decision tasks of the child workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withTaskPriority(String taskPriority)
 A task priority that, if set, specifies the priority for a decision task of this workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
 Specifies the maximum duration of decision tasks for this workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withWorkflowId(String workflowId)
 The  workflowIdof the workflow execution. | 
| StartChildWorkflowExecutionDecisionAttributes | StartChildWorkflowExecutionDecisionAttributes. withWorkflowType(WorkflowType workflowType)
 The type of the workflow execution to be started. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Decision. setStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
 Provides the details of the  StartChildWorkflowExecutiondecision. | 
| Decision | Decision. withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
 Provides the details of the  StartChildWorkflowExecutiondecision. | 
Copyright © 2020. All rights reserved.