org.jclouds.openstack.nova.v2_0.domain
Class KeyPair.Builder<T extends KeyPair.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.KeyPair.Builder<T>
- Enclosing class:
- KeyPair
public abstract static class KeyPair.Builder<T extends KeyPair.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
publicKey
protected String publicKey
privateKey
protected String privateKey
userId
protected String userId
name
protected String name
fingerprint
protected String fingerprint
KeyPair.Builder
public KeyPair.Builder()
self
protected abstract T self()
publicKey
public T publicKey(String publicKey)
- See Also:
KeyPair.getPublicKey()
privateKey
public T privateKey(String privateKey)
- See Also:
KeyPair.getPrivateKey()
userId
public T userId(String userId)
- See Also:
KeyPair.getUserId()
name
public T name(String name)
- See Also:
KeyPair.getName()
fingerprint
public T fingerprint(String fingerprint)
- See Also:
KeyPair.getFingerprint()
build
public KeyPair build()
fromKeyPair
public T fromKeyPair(KeyPair in)
Copyright © 2009-2012 jclouds. All Rights Reserved.