Interface LocalPortDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LocalPortDetails.Builder,LocalPortDetails>, SdkBuilder<LocalPortDetails.Builder,LocalPortDetails>, SdkPojo
Enclosing class:
LocalPortDetails

public static interface LocalPortDetails.Builder extends SdkPojo, CopyableBuilder<LocalPortDetails.Builder,LocalPortDetails>
  • Method Details

    • port

      The port number of the local connection.

      Parameters:
      port - The port number of the local connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portName

      LocalPortDetails.Builder portName(String portName)

      The port name of the local connection.

      Parameters:
      portName - The port name of the local connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.