| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.builder() |
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.childPolicy(ChildPolicy childPolicy)
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.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.childPolicy(String childPolicy)
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.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the ContinueAsNewWorkflowExecution decision that started this execution. |
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration allowed for the new workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.input(String input)
The input provided to the new workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.lambdaRole(String lambdaRole)
The IAM role to attach to the new (continued) workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.newExecutionRunId(String newExecutionRunId)
The
runId of the new workflow execution. |
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.tagList(Collection<String> tagList)
The list of tags associated with the new workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.tagList(String... tagList)
The list of tags associated with the new workflow execution.
|
default WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList)
The task list to use for the decisions of the new (continued) workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.taskList(TaskList taskList)
The task list to use for the decisions of the new (continued) workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.taskPriority(String taskPriority)
The priority of the task to use for the decisions of the new (continued) workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
The maximum duration of decision tasks for the new workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.toBuilder() |
default WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type of this execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type of this execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionContinuedAsNewEventAttributes.Builder> |
WorkflowExecutionContinuedAsNewEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionContinuedAsNewEventAttributes(Consumer<WorkflowExecutionContinuedAsNewEventAttributes.Builder> workflowExecutionContinuedAsNewEventAttributes)
If the event is of type
WorkflowExecutionContinuedAsNew then this member is set and provides
detailed information about the event. |
Copyright © 2020. All rights reserved.