Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected com.google.common.collect.ImmutableSet.Builder<Endpoint> |
endpoints |
protected String |
id |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
Service.Builder() |
protected String id
protected String type
protected String name
protected String description
protected com.google.common.collect.ImmutableSet.Builder<Endpoint> endpoints
protected abstract T self()
public T id(String id)
Service.getId()
public T type(String type)
Service.getType()
public T name(String name)
Service.getName()
public T description(String description)
Service.getDescription()
public T endpoint(Endpoint endpoint)
Service.delegate()
public T endpoints(Iterable<Endpoint> endpoints)
Service.delegate()
public Service build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.