Uses of Interface
software.amazon.awssdk.services.sfn.model.ActivityStartedEventDetails.Builder
Packages that use ActivityStartedEventDetails.Builder
-
Uses of ActivityStartedEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ActivityStartedEventDetails.BuilderModifier and TypeMethodDescriptionActivityStartedEventDetails.builder()ActivityStartedEventDetails.toBuilder()ActivityStartedEventDetails.Builder.workerName(String workerName) The name of the worker that the task is assigned to.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ActivityStartedEventDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActivityStartedEventDetails.Builder>ActivityStartedEventDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ActivityStartedEventDetails.BuilderModifier and TypeMethodDescriptiondefault HistoryEvent.BuilderHistoryEvent.Builder.activityStartedEventDetails(Consumer<ActivityStartedEventDetails.Builder> activityStartedEventDetails) Sets the value of the ActivityStartedEventDetails property for this object.