Uses of Interface
software.amazon.awssdk.services.route53resolver.model.IpAddressUpdate.Builder
-
Packages that use IpAddressUpdate.Builder Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of IpAddressUpdate.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return IpAddressUpdate.Builder Modifier and Type Method Description static IpAddressUpdate.BuilderIpAddressUpdate. builder()IpAddressUpdate.BuilderIpAddressUpdate.Builder. ip(String ip)The new IPv4 address.IpAddressUpdate.BuilderIpAddressUpdate.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.BuilderIpAddressUpdate.Builder. ipv6(String ipv6)The new IPv6 address.IpAddressUpdate.BuilderIpAddressUpdate.Builder. subnetId(String subnetId)The ID of the subnet that includes the IP address that you want to update.IpAddressUpdate.BuilderIpAddressUpdate. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type IpAddressUpdate.Builder Modifier and Type Method Description static Class<? extends IpAddressUpdate.Builder>IpAddressUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type IpAddressUpdate.Builder Modifier and Type Method Description default AssociateResolverEndpointIpAddressRequest.BuilderAssociateResolverEndpointIpAddressRequest.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.BuilderDisassociateResolverEndpointIpAddressRequest.Builder. ipAddress(Consumer<IpAddressUpdate.Builder> ipAddress)The IPv4 address that you want to remove from a Resolver endpoint.
-