Uses of Class
com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
Packages that use ContinueAsNewWorkflowExecutionDecisionAttributes
-
Uses of ContinueAsNewWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ContinueAsNewWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionContinueAsNewWorkflowExecutionDecisionAttributes.clone()
Provides details of theContinueAsNewWorkflowExecution
decision.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.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.withExecutionStartToCloseTimeout
(String executionStartToCloseTimeout) If set, specifies the total duration for this workflow execution.The input provided to the new workflow execution.ContinueAsNewWorkflowExecutionDecisionAttributes.withLambdaRole
(String lambdaRole) The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList
(String... tagList) The list of tags to associate with the new workflow execution.ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList
(Collection<String> tagList) The list of tags to associate with the new workflow execution.ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList
(TaskList taskList) ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskPriority
(String taskPriority) Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution.ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskStartToCloseTimeout
(String taskStartToCloseTimeout) Specifies the maximum duration of decision tasks for the new workflow execution.ContinueAsNewWorkflowExecutionDecisionAttributes.withWorkflowTypeVersion
(String workflowTypeVersion) Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setContinueAsNewWorkflowExecutionDecisionAttributes
(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes) Provides details of theContinueAsNewWorkflowExecution
decision.Decision.withContinueAsNewWorkflowExecutionDecisionAttributes
(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes) Provides details of theContinueAsNewWorkflowExecution
decision.