org.jclouds.cloudstack.domain
Class SshKeyPair.Builder<T extends SshKeyPair.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.SshKeyPair.Builder<T>
- Enclosing class:
- SshKeyPair
public abstract static class SshKeyPair.Builder<T extends SshKeyPair.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fingerprint
protected String fingerprint
name
protected String name
privateKey
protected String privateKey
SshKeyPair.Builder
public SshKeyPair.Builder()
self
protected abstract T self()
fingerprint
public T fingerprint(String fingerprint)
- See Also:
SshKeyPair.getFingerprint()
name
public T name(String name)
- See Also:
SshKeyPair.getName()
privateKey
public T privateKey(String privateKey)
- See Also:
SshKeyPair.getPrivateKey()
build
public SshKeyPair build()
fromSshKeyPair
public T fromSshKeyPair(SshKeyPair in)
Copyright © 2009-2013 jclouds. All Rights Reserved.