public static interface IpAddressUpdate.Builder extends SdkPojo, CopyableBuilder<IpAddressUpdate.Builder,IpAddressUpdate>
Modifier and Type | Method and Description |
---|---|
IpAddressUpdate.Builder |
ip(String ip)
The new IP 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 |
subnetId(String subnetId)
The ID of the subnet that includes the IP address that you want to update.
|
copy
applyMutation, build
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. 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 IP address.
ip
- The new IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.