org.jclouds.rackspace.clouddns.v1.domain
Class UpdateDomain.Builder

java.lang.Object
  extended by org.jclouds.rackspace.clouddns.v1.domain.UpdateDomain.Builder
Enclosing class:
UpdateDomain

public static class UpdateDomain.Builder
extends Object


Constructor Summary
UpdateDomain.Builder()
           
 
Method Summary
 UpdateDomain build()
           
 UpdateDomain.Builder comment(String comment)
          If included, its length must be less than or equal to 160 characters.
 UpdateDomain.Builder email(String email)
          Email address to use for contacting the domain administrator.
 UpdateDomain.Builder from(UpdateDomain in)
           
 UpdateDomain.Builder ttl(Integer ttl)
          If specified, must be greater than 300.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDomain.Builder

public UpdateDomain.Builder()
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)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.