public static final class RoundRobinPool.Builder extends Object
Constructor and Description |
---|
RoundRobinPool.Builder() |
Modifier and Type | Method and Description |
---|---|
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) |
public RoundRobinPool.Builder zoneId(String zoneId)
RoundRobinPool.getZoneId()
public RoundRobinPool.Builder id(String id)
RoundRobinPool.getId()
public RoundRobinPool.Builder name(String name)
RoundRobinPool.getName()
public RoundRobinPool.Builder dname(String dname)
RoundRobinPool.getDName()
public RoundRobinPool build()
public RoundRobinPool.Builder from(RoundRobinPool in)
Copyright © 2009-2013 jclouds. All Rights Reserved.