Uses of Interface
software.amazon.awssdk.services.swf.model.ActivityTaskStartedEventAttributes.Builder
-
Packages that use ActivityTaskStartedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ActivityTaskStartedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityTaskStartedEventAttributes.Builder Modifier and Type Method Description static ActivityTaskStartedEventAttributes.BuilderActivityTaskStartedEventAttributes. builder()ActivityTaskStartedEventAttributes.BuilderActivityTaskStartedEventAttributes.Builder. identity(String identity)Identity of the worker that was assigned this task.ActivityTaskStartedEventAttributes.BuilderActivityTaskStartedEventAttributes.Builder. scheduledEventId(Long scheduledEventId)The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskStartedEventAttributes.BuilderActivityTaskStartedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ActivityTaskStartedEventAttributes.Builder Modifier and Type Method Description static Class<? extends ActivityTaskStartedEventAttributes.Builder>ActivityTaskStartedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ActivityTaskStartedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. activityTaskStartedEventAttributes(Consumer<ActivityTaskStartedEventAttributes.Builder> activityTaskStartedEventAttributes)If the event is of typeActivityTaskStartedthen this member is set and provides detailed information about the event.
-