| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowType.Builder |
WorkflowType.builder() |
WorkflowType.Builder |
WorkflowType.Builder.name(String name)
The name of the workflow type.
|
WorkflowType.Builder |
WorkflowType.toBuilder() |
WorkflowType.Builder |
WorkflowType.Builder.version(String version)
The version of the workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowType.Builder> |
WorkflowType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the workflow execution.
|
default ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the workflow execution for which this decision task was created.
|
default UndeprecateWorkflowTypeRequest.Builder |
UndeprecateWorkflowTypeRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The name of the domain of the deprecated workflow type.
|
default StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the workflow to start.
|
default ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type of this execution.
|
default DeprecateWorkflowTypeRequest.Builder |
DeprecateWorkflowTypeRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type to deprecate.
|
default StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type this information is about.
|
default ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the workflow execution to be started.
|
default WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type of this execution.
|
default ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
default StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
default DescribeWorkflowTypeRequest.Builder |
DescribeWorkflowTypeRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type to describe.
|
Copyright © 2022. All rights reserved.