public static interface CreateBackupSelectionResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<CreateBackupSelectionResponse.Builder,CreateBackupSelectionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBackupSelectionResponse.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
CreateBackupSelectionResponse.Builder |
creationDate(Instant creationDate)
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
CreateBackupSelectionResponse.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, buildCreateBackupSelectionResponse.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.CreateBackupSelectionResponse.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.CreateBackupSelectionResponse.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.Copyright © 2023. All rights reserved.