| 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 (if any).
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.lambdaRole(String lambdaRole)
The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.parentInitiatedEventId(Long parentInitiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start 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.
|
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) |
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
The maximum duration of decision tasks for this workflow type.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.toBuilder() |
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() |
Copyright © 2017. All rights reserved.