Class CreateDomain.Builder
java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.CreateDomain.Builder
- Enclosing class:
CreateDomain
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
If included, its length must be less than or equal to 160 characters.Email address to use for contacting the domain administrator.from
(CreateDomain in) The name for the domain or subdomain.Create Records for this Domain.subdomains
(Iterable<CreateSubdomain> subdomains) Create Subdomains of this Domain.The duration in seconds that the record may be cached by clients.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
The name for the domain or subdomain. Must be a fully qualified domain name (FQDN) that doesn't end in a '.'. -
email
Email address to use for contacting the domain administrator. Used as the email-addr (rname) in the SOA record. -
ttl
The duration in seconds that the record may be cached by clients. If specified, must be greater than 300. The default value, if not specified, is 3600. -
comment
If included, its length must be less than or equal to 160 characters. -
subdomains
Create Subdomains of this Domain. -
records
Create Records for this Domain. See Supported Record Types -
build
-
from
-