org.jclouds.openstack.keystone.v2_0.domain
Class Service.Builder<T extends Service.Builder<T>>
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.Service.Builder<T>
- Enclosing class:
- Service
public abstract static class Service.Builder<T extends Service.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
name
protected String name
endpoints
protected com.google.common.collect.ImmutableSet.Builder<Endpoint> endpoints
Service.Builder
public Service.Builder()
self
protected abstract T self()
type
public T type(String type)
- See Also:
Service.getType()
name
public T name(String name)
- See Also:
Service.getName()
endpoint
public T endpoint(Endpoint endpoint)
- See Also:
Service.delegate()
endpoints
public T endpoints(Iterable<Endpoint> endpoints)
- See Also:
Service.delegate()
build
public Service build()
fromService
public T fromService(Service in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.