Package 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
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description T
apiKey(String apiKey)
ApiKeyPair
build()
T
fromApiKeyPair(ApiKeyPair in)
T
secretKey(String secretKey)
protected abstract T
self()
-
-
-
Method Detail
-
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)
-
-