public static final class DeleteBackupSnapshotRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteBackupSnapshotRequest.Builder |
backupRegionIdList(List<String> backupRegionIdList)
The regions for backup.
|
DeleteBackupSnapshotRequest.Builder |
backupSnapshotList(List<DeleteBackupSnapshotRequest.BackupSnapshotList> backupSnapshotList)
The backup snapshots.
|
DeleteBackupSnapshotRequest |
build() |
DeleteBackupSnapshotRequest.Builder |
retainLatestSnapshot(Boolean retainLatestSnapshot)
Specifies whether to retain the latest snapshot.
|
public DeleteBackupSnapshotRequest.Builder backupRegionIdList(List<String> backupRegionIdList)
The regions for backup.
public DeleteBackupSnapshotRequest.Builder backupSnapshotList(List<DeleteBackupSnapshotRequest.BackupSnapshotList> backupSnapshotList)
The backup snapshots.
public DeleteBackupSnapshotRequest.Builder retainLatestSnapshot(Boolean retainLatestSnapshot)
Specifies whether to retain the latest snapshot. Valid values:
true
public DeleteBackupSnapshotRequest build()
Copyright © 2026. All rights reserved.