org.jclouds.rackspace.cloudidentity.v2_0.domain
Class ApiKeyCredentials.Builder

java.lang.Object
  extended by org.jclouds.rackspace.cloudidentity.v2_0.domain.ApiKeyCredentials.Builder
Enclosing class:
ApiKeyCredentials

public static class ApiKeyCredentials.Builder
extends Object


Field Summary
protected  String apiKey
           
protected  String username
           
 
Constructor Summary
ApiKeyCredentials.Builder()
           
 
Method Summary
protected  ApiKeyCredentials.Builder apiKey(String apiKey)
           
 ApiKeyCredentials build()
           
 ApiKeyCredentials.Builder fromApiKeyCredentials(ApiKeyCredentials from)
           
 ApiKeyCredentials.Builder username(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

protected String username

apiKey

protected String apiKey
Constructor Detail

ApiKeyCredentials.Builder

public ApiKeyCredentials.Builder()
Method Detail

apiKey

protected ApiKeyCredentials.Builder apiKey(String apiKey)
See Also:
ApiKeyCredentials.getUsername()

username

public ApiKeyCredentials.Builder username(String username)
See Also:
ApiKeyCredentials.getApiKey()

build

public ApiKeyCredentials build()

fromApiKeyCredentials

public ApiKeyCredentials.Builder fromApiKeyCredentials(ApiKeyCredentials from)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.