default ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.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 ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
default ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
default ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
default ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
default DeprecateWorkflowTypeRequest.Builder |
DeprecateWorkflowTypeRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The workflow type to deprecate.
|
default DescribeWorkflowTypeRequest.Builder |
DescribeWorkflowTypeRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The workflow type to describe.
|
default PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the workflow execution for which this decision task was created.
|
default StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the workflow execution to be started.
|
default StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The workflow type provided in the StartChildWorkflowExecution Decision that failed.
|
default StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
default StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the workflow to start.
|
default UndeprecateWorkflowTypeRequest.Builder |
UndeprecateWorkflowTypeRequest.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The name of the domain of the deprecated workflow type.
|
default WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The workflow type of this execution.
|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the workflow execution.
|
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The workflow type of this execution.
|
default WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The workflow type this information is about.
|