| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.builder() |
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultChildPolicy(ChildPolicy defaultChildPolicy)
The default policy to use for the child workflow executions when a workflow execution of this type is
terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultChildPolicy(String defaultChildPolicy)
The default policy to use for the child workflow executions when a workflow execution of this type is
terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultExecutionStartToCloseTimeout(String defaultExecutionStartToCloseTimeout)
The default maximum duration, specified when registering the workflow type, for executions of this workflow
type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultLambdaRole(String defaultLambdaRole)
The default IAM role attached to this workflow type.
|
default WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskList(Consumer<TaskList.Builder> defaultTaskList)
The default task list, specified when registering the workflow type, for decisions tasks scheduled for
workflow executions of this type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskList(TaskList defaultTaskList)
The default task list, specified when registering the workflow type, for decisions tasks scheduled for
workflow executions of this type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskPriority(String defaultTaskPriority)
The default task priority, specified when registering the workflow type, for all decision tasks of this
workflow type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout)
The default maximum duration, specified when registering the workflow type, that a decision task for
executions of this workflow type might take before returning completion or failure.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowTypeConfiguration.Builder> |
WorkflowTypeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowTypeResponse.Builder |
DescribeWorkflowTypeResponse.Builder.configuration(Consumer<WorkflowTypeConfiguration.Builder> configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
|
Copyright © 2022. All rights reserved.