CopyableBuilder<Nameserver.Builder,Nameserver>, SdkBuilder<Nameserver.Builder,Nameserver>public static interface Nameserver.Builder extends CopyableBuilder<Nameserver.Builder,Nameserver>
| Modifier and Type | Method | Description |
|---|---|---|
Nameserver.Builder |
glueIps(String... glueIps) |
Glue IP address of a name server entry.
|
Nameserver.Builder |
glueIps(Collection<String> glueIps) |
Glue IP address of a name server entry.
|
Nameserver.Builder |
name(String name) |
The fully qualified host name of the name server.
|
copyapply, buildNameserver.Builder name(String name)
The fully qualified host name of the name server.
Constraint: Maximum 255 characters
name - The fully qualified host name of the name server.
Constraint: Maximum 255 characters
Nameserver.Builder glueIps(Collection<String> glueIps)
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
glueIps - Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name
server is a subdomain of the domain. For example, if your domain is example.com and the name server
for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Nameserver.Builder glueIps(String... glueIps)
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
NOTE: This method appends the values to the existing list (if any). Use
#setGlueIps(java.util.Collection) or #withGlueIps(java.util.Collection) if you want to
override the existing values.
glueIps - Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name
server is a subdomain of the domain. For example, if your domain is example.com and the name server
for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.