Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
serviceId |
protected String |
tenantId |
Constructor and Description |
---|
Role.Builder() |
protected String id
protected String name
protected String description
protected String serviceId
protected String tenantId
protected abstract T self()
public T id(String id)
Role.getId()
public T name(String name)
Role.getName()
public T description(String description)
Role.getDescription()
public T serviceId(String serviceId)
Role.getServiceId()
public T tenantId(String tenantId)
Role.getTenantId()
public Role build()
Copyright © 2009-2013 jclouds. All Rights Reserved.