Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
Constructor and Description |
---|
Tenant.Builder() |
Modifier and Type | Method and Description |
---|---|
Tenant |
build() |
Tenant.Builder |
fromTenant(Tenant from) |
Tenant.Builder |
id(String id) |
Tenant.Builder |
name(String name) |
public Tenant.Builder id(String id)
Tenant.getId()
public Tenant.Builder name(String name)
Tenant.getName()
public Tenant build()
public Tenant.Builder fromTenant(Tenant from)
Copyright © 2009-2012 jclouds. All Rights Reserved.