Uses of Interface
software.amazon.awssdk.services.swf.model.MarkerRecordedEventAttributes.Builder
-
Packages that use MarkerRecordedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of MarkerRecordedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return MarkerRecordedEventAttributes.Builder Modifier and Type Method Description static MarkerRecordedEventAttributes.BuilderMarkerRecordedEventAttributes. builder()MarkerRecordedEventAttributes.BuilderMarkerRecordedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRecordMarkerdecision that requested this marker.MarkerRecordedEventAttributes.BuilderMarkerRecordedEventAttributes.Builder. details(String details)The details of the marker.MarkerRecordedEventAttributes.BuilderMarkerRecordedEventAttributes.Builder. markerName(String markerName)The name of the marker.MarkerRecordedEventAttributes.BuilderMarkerRecordedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type MarkerRecordedEventAttributes.Builder Modifier and Type Method Description static Class<? extends MarkerRecordedEventAttributes.Builder>MarkerRecordedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type MarkerRecordedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. markerRecordedEventAttributes(Consumer<MarkerRecordedEventAttributes.Builder> markerRecordedEventAttributes)If the event is of typeMarkerRecordedthen this member is set and provides detailed information about the event.
-