| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressUpdate.Builder |
IpAddressUpdate.builder() |
IpAddressUpdate.Builder |
IpAddressUpdate.Builder.ip(String ip)
The new IPv4 address.
|
IpAddressUpdate.Builder |
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 |
IpAddressUpdate.Builder.ipv6(String ipv6)
The new IPv6 address.
|
IpAddressUpdate.Builder |
IpAddressUpdate.Builder.subnetId(String subnetId)
The ID of the subnet that includes the IP address that you want to update.
|
IpAddressUpdate.Builder |
IpAddressUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IpAddressUpdate.Builder> |
IpAddressUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociateResolverEndpointIpAddressRequest.Builder |
AssociateResolverEndpointIpAddressRequest.Builder.ipAddress(Consumer<IpAddressUpdate.Builder> ipAddress)
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID.
|
default DisassociateResolverEndpointIpAddressRequest.Builder |
DisassociateResolverEndpointIpAddressRequest.Builder.ipAddress(Consumer<IpAddressUpdate.Builder> ipAddress)
The IPv4 address that you want to remove from a Resolver endpoint.
|
Copyright © 2023. All rights reserved.