Interface PortForwardingConfig.Builder

    • Method Detail

      • portMappings

        PortForwardingConfig.Builder portMappings​(Collection<PortMapping> portMappings)

        The port mappings for the configuration.

        Parameters:
        portMappings - The port mappings for the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portMappings

        PortForwardingConfig.Builder portMappings​(PortMapping... portMappings)

        The port mappings for the configuration.

        Parameters:
        portMappings - The port mappings for the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.