static WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.builder() |
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.cause(String causeValue) |
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.cause(WorkflowExecutionTerminatedCause causeValue) |
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.childPolicy(String childPolicy) |
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.childPolicy(ChildPolicy childPolicy) |
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.details(String details) |
The details provided for the termination.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.reason(String reason) |
The reason provided for the termination.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.toBuilder() |
|