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 |
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.