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


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

Method Detail

requestId

public PasswordData.Builder requestId(String requestId)

instanceId

public PasswordData.Builder instanceId(String instanceId)

timestamp

public PasswordData.Builder timestamp(Date timestamp)

passwordData

public PasswordData.Builder passwordData(String passwordData)

build

public PasswordData build()


Copyright © 2009-2012 jclouds. All Rights Reserved.