org.jclouds.aws.ec2
Class AWSEC2PropertiesBuilder
java.lang.Object
org.jclouds.PropertiesBuilder
org.jclouds.ec2.EC2PropertiesBuilder
org.jclouds.aws.ec2.AWSEC2PropertiesBuilder
public class AWSEC2PropertiesBuilder
- extends EC2PropertiesBuilder
Builds properties used in EC2 Clients
- Author:
- Adrian Cole
Methods inherited from class org.jclouds.PropertiesBuilder |
apiVersion, credentials, endpoint, iso3166Codes, limitConnectionsPerHostTo, limitConnectionsTo, limitIoWorkerThreadsTo, limitUserThreadsTo, provider, relaxSSLHostname, sessionInterval, trustAllCerts, useSystemProxies, withConnectionTimeout, withMaxClientReuse, withMaxRedirects, withMaxRetries, withMaxSessionFailures, withProxyHost, withProxyPassword, withProxyPort, withProxyUser, withRetriesDelayStart, withSOTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWSEC2PropertiesBuilder
public AWSEC2PropertiesBuilder()
AWSEC2PropertiesBuilder
public AWSEC2PropertiesBuilder(Properties properties)
defaultProperties
protected Properties defaultProperties()
- Overrides:
defaultProperties
in class EC2PropertiesBuilder
build
public Properties build()
- Overrides:
build
in class PropertiesBuilder
warnAndReplaceIfUsingOldImageKey
protected void warnAndReplaceIfUsingOldImageKey(Properties props)
warnAndReplaceIfUsingOldCCImageKey
protected void warnAndReplaceIfUsingOldCCImageKey(Properties props)
Copyright © 2009-2011 jclouds. All Rights Reserved.