Interface IpAddressUpdate.Builder

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

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

    • ipId

      Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.

      Parameters:
      ipId - Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetId

      IpAddressUpdate.Builder subnetId(String subnetId)

      The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.

      Parameters:
      subnetId - The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ip

      The new IPv4 address.

      Parameters:
      ip - The new IPv4 address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6

      The new IPv6 address.

      Parameters:
      ipv6 - The new IPv6 address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.