Uses of Interface
software.amazon.awssdk.services.backup.model.CreateBackupSelectionResponse.Builder
-
Packages that use CreateBackupSelectionResponse.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of CreateBackupSelectionResponse.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CreateBackupSelectionResponse.Builder Modifier and Type Method Description CreateBackupSelectionResponse.BuilderCreateBackupSelectionResponse.Builder. backupPlanId(String backupPlanId)Uniquely identifies a backup plan.static CreateBackupSelectionResponse.BuilderCreateBackupSelectionResponse. builder()CreateBackupSelectionResponse.BuilderCreateBackupSelectionResponse.Builder. creationDate(Instant creationDate)The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).CreateBackupSelectionResponse.BuilderCreateBackupSelectionResponse.Builder. selectionId(String selectionId)Uniquely identifies the body of a request to assign a set of resources to a backup plan.CreateBackupSelectionResponse.BuilderCreateBackupSelectionResponse. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CreateBackupSelectionResponse.Builder Modifier and Type Method Description static Class<? extends CreateBackupSelectionResponse.Builder>CreateBackupSelectionResponse. serializableBuilderClass()
-