| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionCancelRequestedEventAttributes.Builder> |
WorkflowExecutionCancelRequestedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionCancelRequestedEventAttributes(Consumer<WorkflowExecutionCancelRequestedEventAttributes.Builder> workflowExecutionCancelRequestedEventAttributes)
If the event is of type
WorkflowExecutionCancelRequested then this member is set and provides
detailed information about the event. |
Copyright © 2022. All rights reserved.