Uses of Interface
software.amazon.awssdk.services.sfn.model.ActivityStartedEventDetails.Builder
-
Packages that use ActivityStartedEventDetails.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of ActivityStartedEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ActivityStartedEventDetails.Builder Modifier and Type Method Description static ActivityStartedEventDetails.BuilderActivityStartedEventDetails. builder()ActivityStartedEventDetails.BuilderActivityStartedEventDetails. toBuilder()ActivityStartedEventDetails.BuilderActivityStartedEventDetails.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.Builder Modifier and Type Method Description static Class<? extends ActivityStartedEventDetails.Builder>ActivityStartedEventDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ActivityStartedEventDetails.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. activityStartedEventDetails(Consumer<ActivityStartedEventDetails.Builder> activityStartedEventDetails)Sets the value of the ActivityStartedEventDetails property for this object.
-