Class ScheduledExecutionSession.ScheduledExecutionSessionBuilder

java.lang.Object
org.ivoa.dm.executionbroker.ScheduledExecutionSession.ScheduledExecutionSessionBuilder
Enclosing class:
ScheduledExecutionSession

public static class ScheduledExecutionSession.ScheduledExecutionSessionBuilder extends Object
A builder class for ScheduledExecutionSession, mainly for use in the functional builder pattern.
  • Field Details

  • Constructor Details

    • ScheduledExecutionSessionBuilder

      public ScheduledExecutionSessionBuilder()
  • Method Details

    • create

      public ScheduledExecutionSession create()
      create a ScheduledExecutionSession from this builder.
      Returns:
      an object initialized from the builder.