Class Role.Builder<T extends Role.Builder<T>>
- java.lang.Object
-
- org.jclouds.openstack.keystone.v2_0.domain.Role.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Rolebuild()Tdescription(String description)TfromRole(Role in)Tid(String id)Tname(String name)protected abstract Tself()TserviceId(String serviceId)TtenantId(String tenantId)
-
-
-
Method Detail
-
self
protected abstract T self()
-
id
public T id(String id)
- See Also:
Role.getId()
-
name
public T name(String name)
- See Also:
Role.getName()
-
description
public T description(String description)
- See Also:
Role.getDescription()
-
serviceId
public T serviceId(String serviceId)
- See Also:
Role.getServiceId()
-
tenantId
public T tenantId(String tenantId)
- See Also:
Role.getTenantId()
-
build
public Role build()
-
-