public static interface CreateSnapshotResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
Modifier and Type | Method and Description |
---|---|
CreateSnapshotResponse.Builder |
snapshotId(String snapshotId)
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots
(Amazon Elastic Compute Cloud API
DescribeSnapshots ) or creating a volume from a snapshot
(CreateStorediSCSIVolume). |
CreateSnapshotResponse.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateSnapshotResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
volumeARN
- The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.CreateSnapshotResponse.Builder snapshotId(String snapshotId)
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots
(Amazon Elastic Compute Cloud API DescribeSnapshots
) or creating a volume from a snapshot
(CreateStorediSCSIVolume).
snapshotId
- The snapshot ID that is used to refer to the snapshot in future operations such as describing
snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots
) or creating a volume from
a snapshot (CreateStorediSCSIVolume).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.