| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static MarkerRecordedEventAttributes.Builder |
MarkerRecordedEventAttributes.builder() |
MarkerRecordedEventAttributes.Builder |
MarkerRecordedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the RecordMarker decision that requested this marker. |
MarkerRecordedEventAttributes.Builder |
MarkerRecordedEventAttributes.Builder.details(String details)
The details of the marker.
|
MarkerRecordedEventAttributes.Builder |
MarkerRecordedEventAttributes.Builder.markerName(String markerName)
The name of the marker.
|
MarkerRecordedEventAttributes.Builder |
MarkerRecordedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MarkerRecordedEventAttributes.Builder> |
MarkerRecordedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.markerRecordedEventAttributes(Consumer<MarkerRecordedEventAttributes.Builder> markerRecordedEventAttributes)
If the event is of type
MarkerRecorded then this member is set and provides detailed information
about the event. |
Copyright © 2023. All rights reserved.