| Constructor and Description | 
|---|
KeyPair.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
KeyPair | 
build()  | 
KeyPair.Builder | 
fingerprint(String fingerprint)  | 
static KeyPair.Builder | 
fromKeyPair(KeyPair in)  | 
KeyPair.Builder | 
keyMaterial(String keyMaterial)  | 
KeyPair.Builder | 
keyName(String keyName)  | 
KeyPair.Builder | 
region(String region)  | 
KeyPair.Builder | 
sha1OfPrivateKey(String sha1OfPrivateKey)  | 
public KeyPair.Builder region(String region)
public KeyPair.Builder keyName(String keyName)
public KeyPair.Builder sha1OfPrivateKey(String sha1OfPrivateKey)
public KeyPair.Builder keyMaterial(String keyMaterial)
public KeyPair.Builder fingerprint(String fingerprint)
public KeyPair build()
public static KeyPair.Builder fromKeyPair(KeyPair in)
Copyright © 2009-2013 jclouds. All Rights Reserved.