CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
, SdkBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
public static interface CreateSnapshotRequest.Builder extends CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateSnapshotRequest.Builder |
snapshotDescription(String snapshotDescription) |
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots
panel in the Description field, and in the AWS Storage Gateway snapshot Details pane,
Description field
|
CreateSnapshotRequest.Builder |
volumeARN(String volumeARN) |
The Amazon Resource Name (ARN) of the volume.
|
copy
apply, build
CreateSnapshotRequest.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
volumeARN
- The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
gateway volumes.CreateSnapshotRequest.Builder snapshotDescription(String snapshotDescription)
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field
snapshotDescription
- Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store
snapshots panel in the Description field, and in the AWS Storage Gateway snapshot
Details pane, Description fieldCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.