| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.clone() |
StartChildWorkflowExecutionDecisionAttributes |
Decision.getStartChildWorkflowExecutionDecisionAttributes()
Provides details of the
StartChildWorkflowExecution decision. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
Optional. 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)
Optional. 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.withLambdaRole(String lambdaRole)
The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
|
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)
Optional. 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)
Required. The
workflowId of the workflow execution. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withWorkflowType(WorkflowType workflowType)
Required. The type of the workflow execution to be started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Decision.setStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the
StartChildWorkflowExecution decision. |
Decision |
Decision.withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the
StartChildWorkflowExecution decision. |
Copyright © 2017. All rights reserved.