public static final class DeleteBackupSnapshotRequest.BackupSnapshotList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteBackupSnapshotRequest.BackupSnapshotList |
build() |
DeleteBackupSnapshotRequest.BackupSnapshotList.Builder |
clientId(String clientId)
The ID of the Cloud Backup client.
|
DeleteBackupSnapshotRequest.BackupSnapshotList.Builder |
instanceId(String instanceId)
The ID of the server.
|
DeleteBackupSnapshotRequest.BackupSnapshotList.Builder |
regionId(String regionId)
The region in which Security Center is deployed.
|
DeleteBackupSnapshotRequest.BackupSnapshotList.Builder |
snapshotId(String snapshotId)
The ID of the snapshot that you want to delete.
|
DeleteBackupSnapshotRequest.BackupSnapshotList.Builder |
sourceType(String sourceType)
The type of the data source.
|
DeleteBackupSnapshotRequest.BackupSnapshotList.Builder |
vaultId(String vaultId)
The ID of the backup vault that is used in the restoration task.
|
public DeleteBackupSnapshotRequest.BackupSnapshotList.Builder clientId(String clientId)
The ID of the Cloud Backup client.
You can call the DescribeSnapshots operation to query the ID.
This parameter is required.
example:c-000a4h33w14ka8xagb2s
public DeleteBackupSnapshotRequest.BackupSnapshotList.Builder instanceId(String instanceId)
The ID of the server.
This parameter is required.
example:i-j6cj8vyajp1fo4atxkae
public DeleteBackupSnapshotRequest.BackupSnapshotList.Builder regionId(String regionId)
The region in which Security Center is deployed. Valid values:
This parameter is required.
example:cn-beijing
public DeleteBackupSnapshotRequest.BackupSnapshotList.Builder snapshotId(String snapshotId)
The ID of the snapshot that you want to delete.
You can call the DescribeSnapshots operation to query the ID.
This parameter is required.
example:s-000f9p6r5trm6u4dc1iq
public DeleteBackupSnapshotRequest.BackupSnapshotList.Builder sourceType(String sourceType)
The type of the data source. Valid values:
This parameter is required.
example:ECS_FILE
public DeleteBackupSnapshotRequest.BackupSnapshotList.Builder vaultId(String vaultId)
The ID of the backup vault that is used in the restoration task.
You can call the DescribeSnapshots operation to query the ID.
This parameter is required.
example:v-0004vhwcs2pmacfzrzt5
public DeleteBackupSnapshotRequest.BackupSnapshotList build()
Copyright © 2026. All rights reserved.