public static class Credentials.Builder<T extends Credentials> extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
credential  | 
protected String | 
identity  | 
| Constructor and Description | 
|---|
Credentials.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
build()  | 
Credentials.Builder<T> | 
credential(String credential)  | 
Credentials.Builder<T> | 
identity(String identity)  | 
public Credentials.Builder<T> identity(String identity)
public Credentials.Builder<T> credential(String credential)
public T build()
Copyright © 2009-2013 jclouds. All Rights Reserved.