public static interface GetBackupSelectionResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetBackupSelectionResponse.Builder,GetBackupSelectionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackupSelectionResponse.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
GetBackupSelectionResponse.Builder |
backupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
default 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 |
creationDate(Instant creationDate)
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
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 |
selectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackupSelectionResponse.Builder backupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
backupSelection - Specifies the body of a request to assign a set of resources to a backup plan.default GetBackupSelectionResponse.Builder backupSelection(Consumer<BackupSelection.Builder> backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
This is a convenience method that creates an instance of theBackupSelection.Builder avoiding the
need to create one manually via BackupSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to backupSelection(BackupSelection).
backupSelection - a consumer that will call methods on BackupSelection.BuilderbackupSelection(BackupSelection)GetBackupSelectionResponse.Builder selectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
selectionId - Uniquely identifies the body of a request to assign a set of resources to a backup plan.GetBackupSelectionResponse.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.GetBackupSelectionResponse.Builder creationDate(Instant creationDate)
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
creationDate - The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
The value of CreationDate is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.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.
creatorRequestId - A unique string that identifies the request and allows failed requests to be retried without the risk
of running the operation twice.Copyright © 2023. All rights reserved.