Interface NetworkInterface.Builder

  • Method Details

    • availabilityZone

      NetworkInterface.Builder availabilityZone(String availabilityZone)

      The availability Zone.

      Parameters:
      availabilityZone - The availability Zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6Address

      NetworkInterface.Builder ipv6Address(String ipv6Address)

      The IPv6 address of the network interface within the subnet.

      Parameters:
      ipv6Address - The IPv6 address of the network interface within the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkInterfaceId

      NetworkInterface.Builder networkInterfaceId(String networkInterfaceId)

      The unique identifier of the network interface.

      Parameters:
      networkInterfaceId - The unique identifier of the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateIpAddress

      NetworkInterface.Builder privateIpAddress(String privateIpAddress)

      The IPv4 address of the network interface within the subnet.

      Parameters:
      privateIpAddress - The IPv4 address of the network interface within the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetId

      NetworkInterface.Builder subnetId(String subnetId)

      The unique identifier of the subnet.

      Parameters:
      subnetId - The unique identifier of the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.