org.jclouds.dynect.v3.domain
Class Zone.Builder
java.lang.Object
org.jclouds.dynect.v3.domain.Zone.Builder
- Enclosing class:
- Zone
public static final class Zone.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Zone.Builder
public Zone.Builder()
fqdn
public Zone.Builder fqdn(String fqdn)
- See Also:
Zone.getFQDN()
type
public Zone.Builder type(Zone.Type type)
- See Also:
Zone.getType()
serial
public Zone.Builder serial(int serial)
- See Also:
Zone.getSerial()
serialStyle
public Zone.Builder serialStyle(Zone.SerialStyle serialStyle)
- See Also:
Zone.getSerialStyle()
build
public Zone build()
from
public Zone.Builder from(Zone in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.