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 TapiKey(String apiKey)ApiKeyPairbuild()TfromApiKeyPair(ApiKeyPair in)TsecretKey(String secretKey)protected abstract Tself()
-
-
-
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)
-
-