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