Interface AddBridgeNetworkOutputRequest.Builder

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

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

    • ipAddress

      The network output IP Address.
      Parameters:
      ipAddress - The network output IP Address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
      Parameters:
      name - The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkName

      The network output's gateway network name.
      Parameters:
      networkName - The network output's gateway network name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The network output port.
      Parameters:
      port - The network output port.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      The network output protocol.
      Parameters:
      protocol - The network output protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The network output protocol.
      Parameters:
      protocol - The network output protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ttl

      The network output TTL.
      Parameters:
      ttl - The network output TTL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.