| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ContinueAsNewWorkflowExecutionDecisionAttributes | ContinueAsNewWorkflowExecutionDecisionAttributes. clone() | 
| ContinueAsNewWorkflowExecutionDecisionAttributes | Decision. getContinueAsNewWorkflowExecutionDecisionAttributes()
 Provides the details of the  ContinueAsNewWorkflowExecutiondecision. | 
| 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 IAM role to attach to the new (continued) execution. | 
| 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)
 The task list to use for the decisions of the new (continued) workflow execution. | 
| ContinueAsNewWorkflowExecutionDecisionAttributes | ContinueAsNewWorkflowExecutionDecisionAttributes. withTaskPriority(String taskPriority)
 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)
 The version of the workflow to start. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Decision. setContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
 Provides the details of the  ContinueAsNewWorkflowExecutiondecision. | 
| Decision | Decision. withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
 Provides the details of the  ContinueAsNewWorkflowExecutiondecision. | 
Copyright © 2022. All rights reserved.