Class BundleInstanceS3StorageOptions

  • All Implemented Interfaces:
    HttpRequestOptions

    public class BundleInstanceS3StorageOptions
    extends BaseEC2RequestOptions
    Contains options supported in the Form API for the RegisterImage operation.

    Usage

    The recommended way to instantiate a BundleInstanceS3StorageOptions object is to statically import BundleInstanceS3StorageOptions.Builder.* and invoke a static creation method followed by an instance mutator (if needed):

    import static org.jclouds.ec2.options.BundleInstanceS3StorageOptions.Builder.*

    EC2Api connection = // get connection String imageId = connection.getWindowsServices().bundleInstanceInRegion(...bucketOwnedBy(anotherAccessKey));

    See Also:
    • Constructor Detail

      • BundleInstanceS3StorageOptions

        public BundleInstanceS3StorageOptions()