org.jclouds.ultradns.ws.domain
Class Zone.Builder
java.lang.Object
org.jclouds.ultradns.ws.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()
id
public Zone.Builder id(String id)
- See Also:
Zone.getId()
name
public Zone.Builder name(String name)
- See Also:
Zone.getName()
type
public Zone.Builder type(Zone.Type type)
- See Also:
Zone.getType()
typeCode
public Zone.Builder typeCode(int typeCode)
- See Also:
Zone.getTypeCode()
accountId
public Zone.Builder accountId(String accountId)
- See Also:
Zone.getAccountId()
ownerId
public Zone.Builder ownerId(String ownerId)
- See Also:
Zone.getOwnerId()
dnssecStatus
public Zone.Builder dnssecStatus(Zone.DNSSECStatus dnssecStatus)
- See Also:
Zone.getDNSSECStatus()
primarySrc
public Zone.Builder primarySrc(String primarySrc)
- See Also:
Zone.getPrimarySrc()
build
public Zone build()
from
public Zone.Builder from(Zone in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.