CopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
, SdkBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
public static interface CreateSnapshotResponse.Builder extends CopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.