org.jclouds.openstack.keystone.v2_0.domain
Class ApiAccessKeyCredentials.Builder<T extends ApiAccessKeyCredentials.Builder<T>>
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.ApiAccessKeyCredentials.Builder<T>
- Enclosing class:
- ApiAccessKeyCredentials
public abstract static class ApiAccessKeyCredentials.Builder<T extends ApiAccessKeyCredentials.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accessKey
protected String accessKey
secretKey
protected String secretKey
ApiAccessKeyCredentials.Builder
public ApiAccessKeyCredentials.Builder()
self
protected abstract T self()
accessKey
public T accessKey(String accessKey)
- See Also:
ApiAccessKeyCredentials.getAccessKey()
secretKey
public T secretKey(String secretKey)
- See Also:
ApiAccessKeyCredentials.getSecretKey()
build
public ApiAccessKeyCredentials build()
fromApiAccessKeyCredentials
public T fromApiAccessKeyCredentials(ApiAccessKeyCredentials in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.