org.jclouds.rackspace.cloudidentity.v2_0.domain
Class ApiKeyCredentials.Builder
java.lang.Object
org.jclouds.rackspace.cloudidentity.v2_0.domain.ApiKeyCredentials.Builder
- Enclosing class:
- ApiKeyCredentials
public static class ApiKeyCredentials.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
protected String username
apiKey
protected String apiKey
ApiKeyCredentials.Builder
public ApiKeyCredentials.Builder()
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.