org.jclouds.cloudstack.domain
Class ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>

java.lang.Object
  extended by org.jclouds.cloudstack.domain.ApiKeyPair.Builder<T>
Enclosing class:
ApiKeyPair

public abstract static class ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
extends Object


Field Summary
protected  String apiKey
           
protected  String secretKey
           
 
Constructor Summary
ApiKeyPair.Builder()
           
 
Method Summary
 T apiKey(String apiKey)
           
 ApiKeyPair build()
           
 T fromApiKeyPair(ApiKeyPair in)
           
 T secretKey(String secretKey)
           
protected abstract  T self()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apiKey

protected String apiKey

secretKey

protected String secretKey
Constructor Detail

ApiKeyPair.Builder

public ApiKeyPair.Builder()
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)


Copyright © 2009-2013 jclouds. All Rights Reserved.