public class BundleInstanceS3StorageOptions extends BaseEC2RequestOptions
import static org.jclouds.ec2.options.BundleInstanceS3StorageOptions.Builder.*
EC2Client connection = // get connection
String imageId = connection.getWindowsServices().bundleInstanceInRegion(...bucketOwnedBy(anotherAccessKey));
| Modifier and Type | Class and Description |
|---|---|
static class |
BundleInstanceS3StorageOptions.Builder |
| Constructor and Description |
|---|
BundleInstanceS3StorageOptions() |
| Modifier and Type | Method and Description |
|---|---|
BundleInstanceS3StorageOptions |
bucketOwnedBy(String ccessKeyId) |
com.google.common.collect.Multimap<String,String> |
buildFormParameters() |
String |
getAwsAccessKeyId() |
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toStringpublic com.google.common.collect.Multimap<String,String> buildFormParameters()
buildFormParameters in interface org.jclouds.http.options.HttpRequestOptionsbuildFormParameters in class org.jclouds.http.options.BaseHttpRequestOptionspublic BundleInstanceS3StorageOptions bucketOwnedBy(String ccessKeyId)
ccessKeyId - The Access Key ID of the owner of the Amazon S3 bucket.public String getAwsAccessKeyId()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.