org.jclouds.s3
Class S3PropertiesBuilder
java.lang.Object
org.jclouds.PropertiesBuilder
org.jclouds.s3.S3PropertiesBuilder
- Direct Known Subclasses:
- AWSS3PropertiesBuilder, WalrusPropertiesBuilder
public class S3PropertiesBuilder
- extends PropertiesBuilder
Builds properties used in S3 Connections
- 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 |
S3PropertiesBuilder
public S3PropertiesBuilder(Properties properties)
S3PropertiesBuilder
public S3PropertiesBuilder()
defaultProperties
protected Properties defaultProperties()
- Overrides:
defaultProperties
in class PropertiesBuilder
withMetaPrefix
protected S3PropertiesBuilder withMetaPrefix(String prefix)
setMetaPrefix
protected void setMetaPrefix()
build
public Properties build()
- Overrides:
build
in class PropertiesBuilder
Copyright © 2009-2011 jclouds. All Rights Reserved.