Interface Nameserver.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Nameserver.Builder,Nameserver>, SdkBuilder<Nameserver.Builder,Nameserver>, SdkPojo
Enclosing class:
Nameserver

public static interface Nameserver.Builder extends SdkPojo, CopyableBuilder<Nameserver.Builder,Nameserver>
  • Method Details

    • name

      The fully qualified host name of the name server.

      Constraint: Maximum 255 characters

      Parameters:
      name - The fully qualified host name of the name server.

      Constraint: Maximum 255 characters

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glueIps

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.