Uses of Interface
software.amazon.awssdk.services.sfn.model.ActivityScheduledEventDetails.Builder
Packages that use ActivityScheduledEventDetails.Builder
-
Uses of ActivityScheduledEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ActivityScheduledEventDetails.BuilderModifier and TypeMethodDescriptionActivityScheduledEventDetails.builder()ActivityScheduledEventDetails.Builder.heartbeatInSeconds(Long heartbeatInSeconds) The maximum allowed duration between two heartbeats for the activity task.The JSON data input to the activity task.ActivityScheduledEventDetails.Builder.inputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> inputDetails) Contains details about the input for an execution history event.ActivityScheduledEventDetails.Builder.inputDetails(HistoryEventExecutionDataDetails inputDetails) Contains details about the input for an execution history event.The Amazon Resource Name (ARN) of the scheduled activity.ActivityScheduledEventDetails.Builder.timeoutInSeconds(Long timeoutInSeconds) The maximum allowed duration of the activity task.ActivityScheduledEventDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ActivityScheduledEventDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActivityScheduledEventDetails.Builder>ActivityScheduledEventDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ActivityScheduledEventDetails.BuilderModifier and TypeMethodDescriptiondefault HistoryEvent.BuilderHistoryEvent.Builder.activityScheduledEventDetails(Consumer<ActivityScheduledEventDetails.Builder> activityScheduledEventDetails) Sets the value of the ActivityScheduledEventDetails property for this object.