| Modifier and Type | Field and Description |
|---|---|
protected Set<Endpoint> |
endpoints |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
Service.Builder() |
protected abstract T self()
public T type(String type)
Service.getType()public T name(String name)
Service.getName()public T endpoints(Set<Endpoint> endpoints)
Service.getEndpoints()public Service build()
Copyright © 2009-2012 jclouds. All Rights Reserved.