Class CreateSubdomain.Builder
java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.CreateSubdomain.Builder
- Enclosing class:
CreateSubdomain
-
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
(CreateSubdomain in) The name for the subdomain.The duration in seconds that the record may be cached.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
The name for the 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. 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. -
build
-
from
-