CopyableBuilder<ChildWorkflowExecutionTimedOutEventAttributes.Builder,ChildWorkflowExecutionTimedOutEventAttributes>
, SdkBuilder<ChildWorkflowExecutionTimedOutEventAttributes.Builder,ChildWorkflowExecutionTimedOutEventAttributes>
public static interface ChildWorkflowExecutionTimedOutEventAttributes.Builder extends CopyableBuilder<ChildWorkflowExecutionTimedOutEventAttributes.Builder,ChildWorkflowExecutionTimedOutEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
startedEventId(Long startedEventId) |
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started. |
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
timeoutType(String timeoutType) |
The type of the timeout that caused the child workflow execution to time out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
timeoutType(WorkflowExecutionTimeoutType timeoutType) |
The type of the timeout that caused the child workflow execution to time out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that timed out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
workflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|
copy
apply, build
ChildWorkflowExecutionTimedOutEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.
workflowExecution
- The child workflow execution that timed out.ChildWorkflowExecutionTimedOutEventAttributes.Builder workflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType
- The type of the child workflow execution.ChildWorkflowExecutionTimedOutEventAttributes.Builder timeoutType(String timeoutType)
The type of the timeout that caused the child workflow execution to time out.
timeoutType
- The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimeoutType
ChildWorkflowExecutionTimedOutEventAttributes.Builder timeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.
timeoutType
- The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimeoutType
ChildWorkflowExecutionTimedOutEventAttributes.Builder initiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this child workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.ChildWorkflowExecutionTimedOutEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution
was started. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow
execution was started. This information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.