Class DockerInternalPort.DockerInternalPortBuilder

java.lang.Object
org.ivoa.dm.executionbroker.DockerInternalPort.DockerInternalPortBuilder
Enclosing class:
DockerInternalPort

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

    • port

      public Integer port
      The port number on the container to publish. This should be defined as part of the description of the executable.
  • Constructor Details

    • DockerInternalPortBuilder

      public DockerInternalPortBuilder()
  • Method Details

    • create

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