| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.builder() |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder.initiatedEventId(Long initiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.toBuilder() |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder> |
ExternalWorkflowExecutionCancelRequestedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.