public static interface IpAddressUpdate.Builder extends SdkPojo, CopyableBuilder<IpAddressUpdate.Builder,IpAddressUpdate>
| Modifier and Type | Method and Description |
|---|---|
IpAddressUpdate.Builder |
ip(String ip)
The new IPv4 address.
|
IpAddressUpdate.Builder |
ipId(String ipId)
Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to
remove.
|
IpAddressUpdate.Builder |
ipv6(String ipv6)
The new IPv6 address.
|
IpAddressUpdate.Builder |
subnetId(String subnetId)
The ID of the subnet that includes the IP address that you want to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpAddressUpdate.Builder ipId(String 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.
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.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.
subnetId - The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.IpAddressUpdate.Builder ip(String ip)
The new IPv4 address.
ip - The new IPv4 address.IpAddressUpdate.Builder ipv6(String ipv6)
The new IPv6 address.
ipv6 - The new IPv6 address.Copyright © 2023. All rights reserved.