org.jclouds.ultradns.ws.domain
Class RoundRobinPool.Builder

java.lang.Object
  extended by org.jclouds.ultradns.ws.domain.RoundRobinPool.Builder
Enclosing class:
RoundRobinPool

public static final class RoundRobinPool.Builder
extends Object


Constructor Summary
RoundRobinPool.Builder()
           
 
Method Summary
 RoundRobinPool build()
           
 RoundRobinPool.Builder dname(String dname)
           
 RoundRobinPool.Builder from(RoundRobinPool in)
           
 RoundRobinPool.Builder id(String id)
           
 RoundRobinPool.Builder name(String name)
           
 RoundRobinPool.Builder zoneId(String zoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinPool.Builder

public RoundRobinPool.Builder()
Method Detail

zoneId

public RoundRobinPool.Builder zoneId(String zoneId)
See Also:
RoundRobinPool.getZoneId()

id

public RoundRobinPool.Builder id(String id)
See Also:
RoundRobinPool.getId()

name

public RoundRobinPool.Builder name(String name)
See Also:
RoundRobinPool.getName()

dname

public RoundRobinPool.Builder dname(String dname)
See Also:
RoundRobinPool.getDName()

build

public RoundRobinPool build()

from

public RoundRobinPool.Builder from(RoundRobinPool in)


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