Class KeystoneApiMetadata.Builder<T extends KeystoneApiMetadata.Builder<T>>
- java.lang.Object
-
- org.jclouds.apis.internal.BaseApiMetadata.Builder<T>
-
- org.jclouds.rest.internal.BaseHttpApiMetadata.Builder<KeystoneApi,T>
-
- org.jclouds.openstack.keystone.v3.KeystoneApiMetadata.Builder<T>
-
- All Implemented Interfaces:
ApiMetadata.Builder<T>
,HttpApiMetadata.Builder<KeystoneApi,T>
- Enclosing class:
- KeystoneApiMetadata
public abstract static class KeystoneApiMetadata.Builder<T extends KeystoneApiMetadata.Builder<T>> extends BaseHttpApiMetadata.Builder<KeystoneApi,T>
-
-
Field Summary
-
Fields inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
api
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeystoneApiMetadata
build()
-
Methods inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
api, fromApiMetadata
-
Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata.Builder
buildVersion, context, credentialName, defaultCredential, defaultEndpoint, defaultIdentity, defaultModule, defaultModules, defaultProperties, documentation, endpointName, id, identityName, name, self, version, view, view, views
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jclouds.apis.ApiMetadata.Builder
buildVersion, context, credentialName, defaultCredential, defaultEndpoint, defaultIdentity, defaultModule, defaultModules, defaultProperties, documentation, endpointName, id, identityName, name, version, view, view, views
-
-
-
-
Method Detail
-
build
public KeystoneApiMetadata build()
-
-