public static interface MarkerRecordedEventAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<MarkerRecordedEventAttributes.Builder,MarkerRecordedEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
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 |
details(String details)
Details of the marker (if any).
|
MarkerRecordedEventAttributes.Builder |
markerName(String markerName)
The name of the marker.
|
copyapply, buildMarkerRecordedEventAttributes.Builder markerName(String markerName)
The name of the marker.
markerName - The name of the marker.MarkerRecordedEventAttributes.Builder details(String details)
Details of the marker (if any).
details - Details of the marker (if any).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. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that
resulted in the RecordMarker decision that requested this marker. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.Copyright © 2017. All rights reserved.