static ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.builder() |
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.childPolicy(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.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.childPolicy(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.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout) |
If set, specifies the total duration for this workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.input(String input) |
The input provided to the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.lambdaRole(String lambdaRole) |
The IAM role to attach to the new (continued) execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.tagList(String... tagList) |
The list of tags to associate with the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.tagList(Collection<String> tagList) |
The list of tags to associate with the new workflow execution.
|
default ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list to use for the decisions of the new (continued) workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.taskList(TaskList taskList) |
The task list to use for the decisions of the new (continued) workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.taskPriority(String taskPriority) |
The task priority that, if set, specifies the priority for the decision tasks for this workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout) |
Specifies the maximum duration of decision tasks for the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.toBuilder() |
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.workflowTypeVersion(String workflowTypeVersion) |
The version of the workflow to start.
|