| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.builder() |
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.childPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions if the workflow execution being started
is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired
timeout.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.childPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions if the workflow execution being started
is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired
timeout.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.control(String control)
The data attached to the event that can be used by the decider in subsequent workflow tasks.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.input(String input)
The input to be provided to the workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.lambdaRole(String lambdaRole)
The IAM role attached to the child workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.tagList(Collection<String> tagList)
The list of tags to associate with the child workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.tagList(String... tagList)
The list of tags to associate with the child workflow execution.
|
default StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList)
The name of the task list to be used for decision tasks of the child workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.taskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.taskPriority(String taskPriority)
A task priority that, if set, specifies the priority for a decision task of this workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.toBuilder() |
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.workflowId(String workflowId)
The
workflowId of the workflow execution. |
default StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the workflow execution to be started.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the workflow execution to be started.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartChildWorkflowExecutionDecisionAttributes.Builder> |
StartChildWorkflowExecutionDecisionAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Decision.Builder |
Decision.Builder.startChildWorkflowExecutionDecisionAttributes(Consumer<StartChildWorkflowExecutionDecisionAttributes.Builder> startChildWorkflowExecutionDecisionAttributes)
Provides the details of the
StartChildWorkflowExecution decision. |
Copyright © 2021. All rights reserved.