Interface IpAddressRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpAddressRequest.Builder,,IpAddressRequest> SdkBuilder<IpAddressRequest.Builder,,IpAddressRequest> SdkPojo
- Enclosing class:
IpAddressRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe IPv4 address that you want to use for DNS queries.The IPv6 address that you want to use for DNS queries.The ID of the subnet that contains the IP address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
subnetId
The ID of the subnet that contains the IP address.
We recommend using VPC Resolver on Outposts to create endpoints on Outposts Racks.
Outposts subnets with Local Network Interface (LNI) enabled are not compatible with Route 53 Resolver endpoints. If you enable LNI on a subnet that contains Route 53 Resolver endpoint elastic network interfaces (ENIs), those ENIs will stop functioning. For more information, see Subnet compatibility for Resolver endpoints in the Amazon Route 53 Developer Guide.
- Parameters:
subnetId- The ID of the subnet that contains the IP address.We recommend using VPC Resolver on Outposts to create endpoints on Outposts Racks.
Outposts subnets with Local Network Interface (LNI) enabled are not compatible with Route 53 Resolver endpoints. If you enable LNI on a subnet that contains Route 53 Resolver endpoint elastic network interfaces (ENIs), those ENIs will stop functioning. For more information, see Subnet compatibility for Resolver endpoints in the Amazon Route 53 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ip
The IPv4 address that you want to use for DNS queries.
- Parameters:
ip- The IPv4 address that you want to use for DNS queries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6
The IPv6 address that you want to use for DNS queries.
- Parameters:
ipv6- The IPv6 address that you want to use for DNS queries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-