| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.builder() |
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.childPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.childPolicy(String childPolicy)
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.continuedExecutionRunId(String continuedExecutionRunId)
If this workflow execution was started due to a
ContinueAsNewWorkflowExecution decision, then it
contains the runId of the previous workflow execution that was closed and continued as this
execution. |
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout)
The maximum duration for this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.input(String input)
The input provided to the workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.lambdaRole(String lambdaRole)
The IAM role attached to the workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.parentInitiatedEventId(Long parentInitiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this workflow execution. |
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.parentWorkflowExecution(Consumer<WorkflowExecution.Builder> parentWorkflowExecution)
The source workflow execution that started this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.parentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
The source workflow execution that started this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.tagList(Collection<String> tagList)
The list of tags associated with this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.tagList(String... tagList)
The list of tags associated with this workflow execution.
|
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList)
The name of the task list for scheduling the decision tasks for this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskPriority(String taskPriority)
The priority of the decision tasks in the workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
The maximum duration of decision tasks for this workflow type.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.toBuilder() |
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type of this execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type of this execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionStartedEventAttributes.Builder> |
WorkflowExecutionStartedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionStartedEventAttributes(Consumer<WorkflowExecutionStartedEventAttributes.Builder> workflowExecutionStartedEventAttributes)
If the event is of type
WorkflowExecutionStarted then this member is set and provides detailed
information about the event. |
Copyright © 2019. All rights reserved.