default DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.execution(Consumer<WorkflowExecution.Builder> execution) |
The workflow execution to describe.
|
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 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 ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that was canceled.
|
default ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that was completed.
|
default ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that failed.
|
default ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that was started.
|
default ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that was terminated.
|
default ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that timed out.
|
default ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The external workflow execution to which the cancellation request was delivered.
|
default ExternalWorkflowExecutionSignaledEventAttributes.Builder |
ExternalWorkflowExecutionSignaledEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The external workflow execution that the signal was delivered to.
|
default PollForActivityTaskResponse.Builder |
PollForActivityTaskResponse.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The workflow execution that started this activity task.
|
default PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The workflow execution for which this decision task was created.
|