org.jclouds.rackspace.clouddns.v1.domain
Class UpdateDomain.Builder
java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.UpdateDomain.Builder
- Enclosing class:
- UpdateDomain
public static class UpdateDomain.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateDomain.Builder
public UpdateDomain.Builder()
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)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.