public static class PasswordCredentials.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
password |
protected String |
username |
Constructor and Description |
---|
PasswordCredentials.Builder() |
Modifier and Type | Method and Description |
---|---|
PasswordCredentials |
build() |
PasswordCredentials.Builder |
fromPasswordCredentials(PasswordCredentials from) |
protected PasswordCredentials.Builder |
password(String password) |
PasswordCredentials.Builder |
username(String username) |
protected PasswordCredentials.Builder password(String password)
PasswordCredentials.getUsername()
public PasswordCredentials.Builder username(String username)
PasswordCredentials.getPassword()
public PasswordCredentials build()
public PasswordCredentials.Builder fromPasswordCredentials(PasswordCredentials from)
Copyright © 2009-2012 jclouds. All Rights Reserved.