org.jclouds.openstack.keystone.v2_0.domain
Class Role.Builder

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.domain.Role.Builder
Enclosing class:
Role

public static class Role.Builder
extends Object


Field Summary
protected  String id
           
protected  String name
           
protected  String serviceId
           
protected  String tenantId
           
 
Constructor Summary
Role.Builder()
           
 
Method Summary
 Role build()
           
 Role.Builder fromRole(Role from)
           
 Role.Builder id(String id)
           
 Role.Builder name(String name)
           
 Role.Builder serviceId(String serviceId)
           
 Role.Builder tenantId(String tenantId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

serviceId

protected String serviceId

tenantId

protected String tenantId
Constructor Detail

Role.Builder

public Role.Builder()
Method Detail

id

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

name

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

serviceId

public Role.Builder serviceId(@Nullable
                              String serviceId)
See Also:
Role.getServiceId()

tenantId

public Role.Builder tenantId(@Nullable
                             String tenantId)
See Also:
Role.getTenantId()

build

public Role build()

fromRole

public Role.Builder fromRole(Role from)


Copyright © 2009-2012 jclouds. All Rights Reserved.