org.jclouds.openstack.keystone.v2_0.domain
Class Service.Builder
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.Service.Builder
- Enclosing class:
- Service
public static class Service.Builder
- 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 Set<Endpoint> endpoints
Service.Builder
public Service.Builder()
type
public Service.Builder type(String type)
- See Also:
Service.getType()
name
public Service.Builder name(String name)
- See Also:
Service.getName()
endpoints
public Service.Builder endpoints(Endpoint... endpoints)
- See Also:
Service.getEndpoints()
endpoints
public Service.Builder endpoints(Set<Endpoint> endpoints)
- See Also:
Service.getEndpoints()
build
public Service build()
fromService
public Service.Builder fromService(Service from)
Copyright © 2009-2012 jclouds. All Rights Reserved.