| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecution.Builder |
WorkflowExecution.builder() |
WorkflowExecution.Builder |
WorkflowExecution.Builder.runId(String runId)
A system-generated unique identifier for the workflow execution.
|
WorkflowExecution.Builder |
WorkflowExecution.toBuilder() |
WorkflowExecution.Builder |
WorkflowExecution.Builder.workflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecution.Builder> |
WorkflowExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowExecutionHistoryRequest.Builder |
GetWorkflowExecutionHistoryRequest.Builder.execution(Consumer<WorkflowExecution.Builder> execution)
Specifies the workflow execution for which to return the history.
|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.execution(Consumer<WorkflowExecution.Builder> execution)
The workflow execution this information is about.
|
default DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.execution(Consumer<WorkflowExecution.Builder> execution)
The workflow execution to describe.
|
default WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.externalWorkflowExecution(Consumer<WorkflowExecution.Builder> externalWorkflowExecution)
The external workflow execution for which the cancellation was requested.
|
default WorkflowExecutionSignaledEventAttributes.Builder |
WorkflowExecutionSignaledEventAttributes.Builder.externalWorkflowExecution(Consumer<WorkflowExecution.Builder> externalWorkflowExecution)
The workflow execution that sent the signal.
|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.parent(Consumer<WorkflowExecution.Builder> parent)
If this workflow execution is a child of another execution then contains the workflow execution that started
this execution.
|
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.parentWorkflowExecution(Consumer<WorkflowExecution.Builder> parentWorkflowExecution)
The source workflow execution that started this workflow execution.
|
default PollForActivityTaskResponse.Builder |
PollForActivityTaskResponse.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The workflow execution that started this activity task.
|
default ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that was terminated.
|
default ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that was completed.
|
default PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The workflow execution for which this decision task was created.
|
default ExternalWorkflowExecutionSignaledEventAttributes.Builder |
ExternalWorkflowExecutionSignaledEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The external workflow execution that the signal was delivered to.
|
default ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that failed.
|
default ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The external workflow execution to which the cancellation request was delivered.
|
default ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that was started.
|
default ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that was canceled.
|
default ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that timed out.
|
Copyright © 2019. All rights reserved.