Interface IpAddresses.Builder

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

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

    • ipV4Addresses

      IpAddresses.Builder ipV4Addresses(Collection<String> ipV4Addresses)

      The IpV4 address of the network.

      Parameters:
      ipV4Addresses - The IpV4 address of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipV4Addresses

      IpAddresses.Builder ipV4Addresses(String... ipV4Addresses)

      The IpV4 address of the network.

      Parameters:
      ipV4Addresses - The IpV4 address of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipV6Addresses

      IpAddresses.Builder ipV6Addresses(Collection<String> ipV6Addresses)

      The IpV6 address for the network and node component.

      Parameters:
      ipV6Addresses - The IpV6 address for the network and node component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipV6Addresses

      IpAddresses.Builder ipV6Addresses(String... ipV6Addresses)

      The IpV6 address for the network and node component.

      Parameters:
      ipV6Addresses - The IpV6 address for the network and node component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.