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()
public Service build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.