|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StartChildWorkflowExecutionDecisionAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of StartChildWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return StartChildWorkflowExecutionDecisionAttributes | |
---|---|
StartChildWorkflowExecutionDecisionAttributes |
Decision.getStartChildWorkflowExecutionDecisionAttributes()
Provides details of the StartChildWorkflowExecution
decision. |
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)
Optional 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.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.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow execution. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withWorkflowId(String workflowId)
The workflowId of the workflow execution. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withWorkflowType(WorkflowType workflowType)
The type of the workflow execution to be started. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartChildWorkflowExecutionDecisionAttributes | |
---|---|
void |
Decision.setStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the StartChildWorkflowExecution
decision. |
Decision |
Decision.withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the StartChildWorkflowExecution
decision. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |