org.jclouds.ec2.domain
Class PasswordData.Builder

java.lang.Object
  extended by org.jclouds.ec2.domain.PasswordData.Builder
Enclosing class:
PasswordData

public static class PasswordData.Builder
extends Object


Field Summary
protected  String instanceId
           
protected  String passwordData
           
protected  Date timestamp
           
 
Constructor Summary
PasswordData.Builder()
           
 
Method Summary
 PasswordData build()
           
 PasswordData.Builder fromPasswordData(PasswordData in)
           
 PasswordData.Builder instanceId(String instanceId)
           
 PasswordData.Builder passwordData(String passwordData)
           
 PasswordData.Builder timestamp(Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceId

protected String instanceId

timestamp

protected Date timestamp

passwordData

protected String passwordData
Constructor Detail

PasswordData.Builder

public PasswordData.Builder()
Method Detail

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.