public static interface CreateSnapshotRequest.Builder extends EC2Request.Builder, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotRequest.Builder |
description(String description)
A description for the snapshot.
|
CreateSnapshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateSnapshotRequest.Builder |
volumeId(String volumeId)
The ID of the EBS volume.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateSnapshotRequest.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.CreateSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.