static ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.builder() |
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.initiatedEventId(Long initiatedEventId) |
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.startedEventId(Long startedEventId) |
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.timeoutType(String timeoutType) |
The type of the timeout that caused the child workflow execution to time out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.timeoutType(WorkflowExecutionTimeoutType timeoutType) |
The type of the timeout that caused the child workflow execution to time out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.toBuilder() |
|
default ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that timed out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that timed out.
|
default ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|