org.jclouds.openstack.keystone.v2_0.domain
Class ApiAccessKeyCredentials.Builder<T extends ApiAccessKeyCredentials.Builder<T>>

java.lang.Object
  extended by 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


Field Summary
protected  String accessKey
           
protected  String secretKey
           
 
Constructor Summary
ApiAccessKeyCredentials.Builder()
           
 
Method Summary
 T accessKey(String accessKey)
           
 ApiAccessKeyCredentials build()
           
 T fromApiAccessKeyCredentials(ApiAccessKeyCredentials 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

accessKey

protected String accessKey

secretKey

protected String secretKey
Constructor Detail

ApiAccessKeyCredentials.Builder

public ApiAccessKeyCredentials.Builder()
Method Detail

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-2014 The Apache Software Foundation. All Rights Reserved.