CopyableBuilder<BundleInstanceRequest.Builder,BundleInstanceRequest>
, SdkBuilder<BundleInstanceRequest.Builder,BundleInstanceRequest>
public static interface BundleInstanceRequest.Builder extends CopyableBuilder<BundleInstanceRequest.Builder,BundleInstanceRequest>
Modifier and Type | Method | Description |
---|---|---|
BundleInstanceRequest.Builder |
instanceId(String instanceId) |
The ID of the instance to bundle.
|
BundleInstanceRequest.Builder |
storage(Storage storage) |
The bucket in which to store the AMI.
|
copy
apply, build
BundleInstanceRequest.Builder instanceId(String instanceId)
The ID of the instance to bundle.
Type: String
Default: None
Required: Yes
instanceId
- The ID of the instance to bundle.
Type: String
Default: None
Required: Yes
BundleInstanceRequest.Builder storage(Storage storage)
The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.
storage
- The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket
that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon
EC2 returns an error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.