| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
default StartWorkflowExecutionResponse |
SwfClient.startWorkflowExecution(Consumer<StartWorkflowExecutionRequest.Builder> startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
default CompletableFuture<StartWorkflowExecutionResponse> |
SwfAsyncClient.startWorkflowExecution(Consumer<StartWorkflowExecutionRequest.Builder> startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
| Modifier and Type | Method and Description |
|---|---|
static StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.builder() |
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.childPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is
terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.childPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is
terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.domain(String domain)
The name of the domain in which the workflow execution is created.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.input(String input)
The input for the workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.lambdaRole(String lambdaRole)
The IAM role to attach to this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.tagList(Collection<String> tagList)
The list of tags to associate with the workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.tagList(String... tagList)
The list of tags to associate with the workflow execution.
|
default StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.taskList(Consumer<TaskList.Builder> taskList)
The task list to use for the decision tasks generated for this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.taskList(TaskList taskList)
The task list to use for the decision tasks generated for this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.taskPriority(String taskPriority)
The task priority to use for this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.toBuilder() |
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.workflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
default StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the workflow to start.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.workflowType(WorkflowType workflowType)
The type of the workflow to start.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartWorkflowExecutionRequest.Builder> |
StartWorkflowExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.