Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableSet.Builder<Endpoint> |
endpoints |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
Service.Builder() |
protected String type
protected String name
protected com.google.common.collect.ImmutableSet.Builder<Endpoint> endpoints
protected abstract T self()
public T type(String type)
Service.getType()
public T name(String name)
Service.getName()
public T endpoint(Endpoint endpoint)
Service.delegate()
public T endpoints(Iterable<Endpoint> endpoints)
Service.delegate()
@Deprecated public T endpoints(Endpoint... in)
endpoints(Iterable)
public Service build()
Copyright © 2009-2013 jclouds. All Rights Reserved.