org.jclouds.openstack.keystone.v2_0.domain
Class Service.Builder

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.domain.Service.Builder
Enclosing class:
Service

public static class Service.Builder
extends Object


Field Summary
protected  Set<Endpoint> endpoints
           
protected  String name
           
protected  String type
           
 
Constructor Summary
Service.Builder()
           
 
Method Summary
 Service build()
           
 Service.Builder endpoints(Endpoint... endpoints)
           
 Service.Builder endpoints(Set<Endpoint> endpoints)
           
 Service.Builder fromService(Service from)
           
 Service.Builder name(String name)
           
 Service.Builder type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

name

protected String name

endpoints

protected Set<Endpoint> endpoints
Constructor Detail

Service.Builder

public Service.Builder()
Method Detail

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.