Uses of Interface
software.amazon.awssdk.services.backup.model.CreateBackupPlanRequest.Builder
-
Packages that use CreateBackupPlanRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of CreateBackupPlanRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type CreateBackupPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBackupPlanResponse>BackupAsyncClient. createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)Creates a backup plan using a backup plan name and backup rules.default CreateBackupPlanResponseBackupClient. createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)Creates a backup plan using a backup plan name and backup rules. -
Uses of CreateBackupPlanRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CreateBackupPlanRequest.Builder Modifier and Type Method Description default CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. backupPlan(Consumer<BackupPlanInput.Builder> backupPlan)Specifies the body of a backup plan.CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. backupPlan(BackupPlanInput backupPlan)Specifies the body of a backup plan.CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. backupPlanTags(Map<String,String> backupPlanTags)To help organize your resources, you can assign your own metadata to the resources that you create.static CreateBackupPlanRequest.BuilderCreateBackupPlanRequest. builder()CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. creatorRequestId(String creatorRequestId)Identifies the request and allows failed requests to be retried without the risk of running the operation twice.CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBackupPlanRequest.BuilderCreateBackupPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CreateBackupPlanRequest.Builder Modifier and Type Method Description static Class<? extends CreateBackupPlanRequest.Builder>CreateBackupPlanRequest. serializableBuilderClass()
-