org.jclouds.openstack.keystone.v2_0.domain
Class Tenant.Builder
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.Tenant.Builder
- Enclosing class:
- Tenant
public static class Tenant.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
Tenant.Builder
public Tenant.Builder()
id
public Tenant.Builder id(String id)
- See Also:
Tenant.getId()
name
public Tenant.Builder name(String name)
- See Also:
Tenant.getName()
build
public Tenant build()
fromTenant
public Tenant.Builder fromTenant(Tenant from)
Copyright © 2009-2012 jclouds. All Rights Reserved.