public static class PasswordData.Builder extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
instanceId  | 
protected String | 
passwordData  | 
protected Date | 
timestamp  | 
| Constructor and Description | 
|---|
PasswordData.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
PasswordData | 
build()  | 
PasswordData.Builder | 
fromPasswordData(PasswordData in)  | 
PasswordData.Builder | 
instanceId(String instanceId)  | 
PasswordData.Builder | 
passwordData(String passwordData)  | 
PasswordData.Builder | 
timestamp(Date timestamp)  | 
protected String instanceId
protected Date timestamp
protected String passwordData
public PasswordData.Builder instanceId(String instanceId)
PasswordData.getInstanceId()public PasswordData.Builder timestamp(Date timestamp)
PasswordData.getTimestamp()public PasswordData.Builder passwordData(String passwordData)
PasswordData.getPasswordData()public PasswordData build()
public PasswordData.Builder fromPasswordData(PasswordData in)
Copyright © 2009-2013 jclouds. All Rights Reserved.