Interface NetworkInterface.Builder

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

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

    • ips

      Network interface IPs.

      Parameters:
      ips - Network interface IPs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ips

      Network interface IPs.

      Parameters:
      ips - Network interface IPs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPrimary

      NetworkInterface.Builder isPrimary(Boolean isPrimary)

      Whether this is the primary network interface.

      Parameters:
      isPrimary - Whether this is the primary network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • macAddress

      NetworkInterface.Builder macAddress(String macAddress)

      The MAC address of the network interface.

      Parameters:
      macAddress - The MAC address of the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.