org.jclouds.ec2.domain
Class PasswordData.Builder
java.lang.Object
org.jclouds.ec2.domain.PasswordData.Builder
- Enclosing class:
- PasswordData
public static class PasswordData.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceId
protected String instanceId
timestamp
protected Date timestamp
passwordData
protected String passwordData
PasswordData.Builder
public PasswordData.Builder()
instanceId
public PasswordData.Builder instanceId(String instanceId)
- See Also:
PasswordData.getInstanceId()
timestamp
public PasswordData.Builder timestamp(Date timestamp)
- See Also:
PasswordData.getTimestamp()
passwordData
public PasswordData.Builder passwordData(String passwordData)
- See Also:
PasswordData.getPasswordData()
build
public PasswordData build()
fromPasswordData
public PasswordData.Builder fromPasswordData(PasswordData in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.