Class UpdateDomain.Builder
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.domain.UpdateDomain.Builder
-
- Enclosing class:
- UpdateDomain
public static class UpdateDomain.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDomainbuild()UpdateDomain.Buildercomment(String comment)If included, its length must be less than or equal to 160 characters.UpdateDomain.Builderemail(String email)Email address to use for contacting the domain administrator.UpdateDomain.Builderfrom(UpdateDomain in)UpdateDomain.Builderttl(Integer ttl)If specified, must be greater than 300.
-
-
-
Method Detail
-
email
public UpdateDomain.Builder email(String email)
Email address to use for contacting the domain administrator.
-
ttl
public UpdateDomain.Builder ttl(Integer ttl)
If specified, must be greater than 300.
-
comment
public UpdateDomain.Builder comment(String comment)
If included, its length must be less than or equal to 160 characters.
-
build
public UpdateDomain build()
-
from
public UpdateDomain.Builder from(UpdateDomain in)
-
-