Uses of Interface
software.amazon.awssdk.services.backup.model.CreateBackupSelectionRequest.Builder
-
Packages that use CreateBackupSelectionRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of CreateBackupSelectionRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type CreateBackupSelectionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBackupSelectionResponse>BackupAsyncClient. createBackupSelection(Consumer<CreateBackupSelectionRequest.Builder> createBackupSelectionRequest)Creates a JSON document that specifies a set of resources to assign to a backup plan.default CreateBackupSelectionResponseBackupClient. createBackupSelection(Consumer<CreateBackupSelectionRequest.Builder> createBackupSelectionRequest)Creates a JSON document that specifies a set of resources to assign to a backup plan. -
Uses of CreateBackupSelectionRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CreateBackupSelectionRequest.Builder Modifier and Type Method Description CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest.Builder. backupPlanId(String backupPlanId)Uniquely identifies the backup plan to be associated with the selection of resources.default CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest.Builder. backupSelection(Consumer<BackupSelection.Builder> backupSelection)Specifies the body of a request to assign a set of resources to a backup plan.CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest.Builder. backupSelection(BackupSelection backupSelection)Specifies the body of a request to assign a set of resources to a backup plan.static CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest. builder()CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest.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.CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBackupSelectionRequest.BuilderCreateBackupSelectionRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CreateBackupSelectionRequest.Builder Modifier and Type Method Description static Class<? extends CreateBackupSelectionRequest.Builder>CreateBackupSelectionRequest. serializableBuilderClass()
-