Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateSnapshotRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
Contains the parameters for CreateSnapshot.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateSnapshotRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateSnapshotRequest.Builder |
builder() |
|
String |
description() |
A description for the snapshot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateSnapshotRequest.Builder> |
serializableBuilderClass() |
|
CreateSnapshotRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
volumeId() |
The ID of the EBS volume.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String description()
A description for the snapshot.
public String volumeId()
The ID of the EBS volume.
public CreateSnapshotRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
public static CreateSnapshotRequest.Builder builder()
public static Class<? extends CreateSnapshotRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.