public static interface BackupPlan.Builder extends SdkPojo, CopyableBuilder<BackupPlan.Builder,BackupPlan>
| Modifier and Type | Method and Description |
|---|---|
BackupPlan.Builder |
advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan.Builder |
advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan.Builder |
advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan.Builder |
backupPlanName(String backupPlanName)
The display name of a backup plan.
|
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 |
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 |
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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackupPlan.Builder backupPlanName(String backupPlanName)
The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.
backupPlanName - The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.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.
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 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.
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 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.
BackupRule.Builder avoiding the need to create one
manually via BackupRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #rules(List.
rules - a consumer that will call methods on
BackupRule.Builder#rules(java.util.Collection) BackupPlan.Builder advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Contains a list of BackupOptions for each resource type.
advancedBackupSettings - Contains a list of BackupOptions for each resource type.BackupPlan.Builder advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Contains a list of BackupOptions for each resource type.
advancedBackupSettings - Contains a list of BackupOptions for each resource type.BackupPlan.Builder advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Contains a list of BackupOptions for each resource type.
AdvancedBackupSetting.Builder avoiding the need to
create one manually via AdvancedBackupSetting.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #advancedBackupSettings(List.
advancedBackupSettings - a consumer that will call methods on
AdvancedBackupSetting.Builder#advancedBackupSettings(java.util.Collection) Copyright © 2023. All rights reserved.