public static interface DeleteSnapshotRequest.Builder extends ElastiCacheRequest.Builder, CopyableBuilder<DeleteSnapshotRequest.Builder,DeleteSnapshotRequest>
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteSnapshotRequest.Builder |
snapshotName(String snapshotName)
The name of the snapshot to be deleted.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot to be deleted.
snapshotName
- The name of the snapshot to be deleted.DeleteSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.