|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rackspace.clouddns.v1.domain.CreateDomain.Builder
public static class CreateDomain.Builder
| Constructor Summary | |
|---|---|
CreateDomain.Builder()
|
|
| Method Summary | |
|---|---|
CreateDomain |
build()
|
CreateDomain.Builder |
comment(String comment)
If included, its length must be less than or equal to 160 characters. |
CreateDomain.Builder |
email(String email)
Email address to use for contacting the domain administrator. |
CreateDomain.Builder |
from(CreateDomain in)
|
CreateDomain.Builder |
name(String name)
The name for the domain or subdomain. |
CreateDomain.Builder |
records(Iterable<Record> records)
Create Records for this Domain. |
CreateDomain.Builder |
subdomains(Iterable<CreateSubdomain> subdomains)
Create Subdomains of this Domain. |
CreateDomain.Builder |
ttl(Integer ttl)
The duration in seconds that the record may be cached by clients. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDomain.Builder()
| Method Detail |
|---|
public CreateDomain.Builder name(String name)
public CreateDomain.Builder email(String email)
public CreateDomain.Builder ttl(Integer ttl)
public CreateDomain.Builder comment(String comment)
public CreateDomain.Builder subdomains(Iterable<CreateSubdomain> subdomains)
public CreateDomain.Builder records(Iterable<Record> records)
public CreateDomain build()
public CreateDomain.Builder from(CreateDomain in)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||