| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.builder() |
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.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.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.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.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.lambdaRole(String lambdaRole)
The IAM role attached to the child workflow execution.
|
default WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskList(Consumer<TaskList.Builder> taskList)
The task list used for the decision tasks generated for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskPriority(String taskPriority)
The priority assigned to decision tasks for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
The maximum duration allowed for decision tasks for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionConfiguration.Builder> |
WorkflowExecutionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionConfiguration(Consumer<WorkflowExecutionConfiguration.Builder> executionConfiguration)
The configuration settings for this workflow execution including timeout values, tasklist etc.
|
Copyright © 2020. All rights reserved.