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

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

public static final class AccountLevelGroup.Builder
extends Object


Constructor Summary
AccountLevelGroup.Builder()
           
 
Method Summary
 AccountLevelGroup build()
           
 AccountLevelGroup.Builder from(AccountLevelGroup in)
           
 AccountLevelGroup.Builder id(String id)
           
 AccountLevelGroup.Builder name(String name)
           
 AccountLevelGroup.Builder recordCount(int recordCount)
           
 AccountLevelGroup.Builder type(DirectionalPool.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountLevelGroup.Builder

public AccountLevelGroup.Builder()
Method Detail

id

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

name

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

type

public AccountLevelGroup.Builder type(DirectionalPool.Type type)
See Also:
AccountLevelGroup.getType()

recordCount

public AccountLevelGroup.Builder recordCount(int recordCount)
See Also:
AccountLevelGroup.getRecordCount()

build

public AccountLevelGroup build()

from

public AccountLevelGroup.Builder from(AccountLevelGroup in)


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