| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.clone() |
ContinueAsNewWorkflowExecutionDecisionAttributes |
Decision.getContinueAsNewWorkflowExecutionDecisionAttributes()
Provides details of the
ContinueAsNewWorkflowExecution decision. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by
calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by
calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
If set, specifies the total duration for this workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withInput(String input)
The input provided to the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withLambdaRole(String lambdaRole)
The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList(Collection<String> tagList)
The list of tags to associate with the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList(String... tagList)
The list of tags to associate with the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList) |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskPriority(String taskPriority)
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow
execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withWorkflowTypeVersion(String workflowTypeVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
Decision.setContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the
ContinueAsNewWorkflowExecution decision. |
Decision |
Decision.withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the
ContinueAsNewWorkflowExecution decision. |
Copyright © 2016. All rights reserved.