| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupPlan.Builder |
BackupPlan.Builder.advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan.Builder |
BackupPlan.Builder.advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan.Builder |
BackupPlan.Builder.advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan.Builder |
BackupPlan.Builder.backupPlanName(String backupPlanName)
The display name of a backup plan.
|
static BackupPlan.Builder |
BackupPlan.builder() |
BackupPlan.Builder |
BackupPlan.Builder.rules(BackupRule... rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up
a selection of resources. |
BackupPlan.Builder |
BackupPlan.Builder.rules(Collection<BackupRule> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up
a selection of resources. |
BackupPlan.Builder |
BackupPlan.Builder.rules(Consumer<BackupRule.Builder>... rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up
a selection of resources. |
BackupPlan.Builder |
BackupPlan.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BackupPlan.Builder> |
BackupPlan.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.backupPlan(Consumer<BackupPlan.Builder> backupPlan)
Specifies the body of a backup plan.
|
default GetBackupPlanFromJsonResponse.Builder |
GetBackupPlanFromJsonResponse.Builder.backupPlan(Consumer<BackupPlan.Builder> backupPlan)
Specifies the body of a backup plan.
|
default GetBackupPlanFromTemplateResponse.Builder |
GetBackupPlanFromTemplateResponse.Builder.backupPlanDocument(Consumer<BackupPlan.Builder> backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault
of the plan.
|
Copyright © 2023. All rights reserved.