org.jclouds.cloudstack.domain
Class ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.ApiKeyPair.Builder<T>
- Enclosing class:
- ApiKeyPair
public abstract static class ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
apiKey
protected String apiKey
secretKey
protected String secretKey
ApiKeyPair.Builder
public ApiKeyPair.Builder()
self
protected abstract T self()
apiKey
public T apiKey(String apiKey)
- See Also:
ApiKeyPair.getApiKey()
secretKey
public T secretKey(String secretKey)
- See Also:
ApiKeyPair.getSecretKey()
build
public ApiKeyPair build()
fromApiKeyPair
public T fromApiKeyPair(ApiKeyPair in)
Copyright © 2009-2013 jclouds. All Rights Reserved.