org.jclouds.ultradns.ws.domain
Class AccountLevelGroup.Builder
java.lang.Object
org.jclouds.ultradns.ws.domain.AccountLevelGroup.Builder
- Enclosing class:
- AccountLevelGroup
public static final class AccountLevelGroup.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountLevelGroup.Builder
public AccountLevelGroup.Builder()
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.