Cloneable
, ReadLimitInfo
, ToCopyableBuilder<BundleInstanceRequest.Builder,BundleInstanceRequest>
@Generated("software.amazon.awssdk:codegen") public class BundleInstanceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<BundleInstanceRequest.Builder,BundleInstanceRequest>
Contains the parameters for BundleInstance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BundleInstanceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static BundleInstanceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance to bundle.
|
static Class<? extends BundleInstanceRequest.Builder> |
serializableBuilderClass() |
|
Storage |
storage() |
The bucket in which to store the AMI.
|
BundleInstanceRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String instanceId()
The ID of the instance to bundle.
Type: String
Default: None
Required: Yes
Type: String
Default: None
Required: Yes
public 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.
public BundleInstanceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BundleInstanceRequest.Builder,BundleInstanceRequest>
public static BundleInstanceRequest.Builder builder()
public static Class<? extends BundleInstanceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.