GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.backupPlanId(String backupPlanId) |
Uniquely identifies a backup plan.
|
default GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.backupSelection(Consumer<BackupSelection.Builder> backupSelection) |
Specifies the body of a request to assign a set of resources to a backup plan.
|
GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.backupSelection(BackupSelection backupSelection) |
Specifies the body of a request to assign a set of resources to a backup plan.
|
static GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.builder() |
|
GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.creationDate(Instant creationDate) |
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.creatorRequestId(String creatorRequestId) |
A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.
|
GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.selectionId(String selectionId) |
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.toBuilder() |
|