org.jclouds.ultradns.ws.domain
Class ZoneProperties.Builder
java.lang.Object
org.jclouds.ultradns.ws.domain.ZoneProperties.Builder
- Enclosing class:
- ZoneProperties
public static final class ZoneProperties.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoneProperties.Builder
public ZoneProperties.Builder()
name
public ZoneProperties.Builder name(String name)
- See Also:
ZoneProperties.getName()
type
public ZoneProperties.Builder type(Zone.Type type)
- See Also:
ZoneProperties.getType()
typeCode
public ZoneProperties.Builder typeCode(int typeCode)
- See Also:
ZoneProperties.getTypeCode()
modified
public ZoneProperties.Builder modified(Date modified)
- See Also:
ZoneProperties.getModified()
resourceRecordCount
public ZoneProperties.Builder resourceRecordCount(int resourceRecordCount)
- See Also:
ZoneProperties.getResourceRecordCount()
build
public ZoneProperties build()
from
public ZoneProperties.Builder from(ZoneProperties in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.