static WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.builder() |
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.cause(String causeValue) |
If set, indicates that the request to cancel the workflow execution was automatically generated, and
specifies the cause.
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.cause(WorkflowExecutionCancelRequestedCause causeValue) |
If set, indicates that the request to cancel the workflow execution was automatically generated, and
specifies the cause.
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.externalInitiatedEventId(Long externalInitiatedEventId) |
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source
event with this ID can be found in the history of the source workflow execution.
|
default WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.externalWorkflowExecution(Consumer<WorkflowExecution.Builder> externalWorkflowExecution) |
The external workflow execution for which the cancellation was requested.
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.externalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The external workflow execution for which the cancellation was requested.
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.toBuilder() |
|