| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.backupPlanId(String backupPlanId)
Uniquely identifies 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.
|
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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBackupSelectionResponse.Builder> |
GetBackupSelectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.