public static interface CreateSnapshotRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotRequest.Builder |
description(String description)
A description for the snapshot.
|
CreateSnapshotRequest.Builder |
volumeId(String volumeId)
The ID of the EBS volume.
|
CreateSnapshotRequest.Builder description(String description)
A description for the snapshot.
description - A description for the snapshot.CreateSnapshotRequest.Builder volumeId(String volumeId)
The ID of the EBS volume.
volumeId - The ID of the EBS volume.Copyright © 2017. All rights reserved.