public static interface BackupPlanInput.Builder extends SdkPojo, CopyableBuilder<BackupPlanInput.Builder,BackupPlanInput>
| Modifier and Type | Method and Description |
|---|---|
BackupPlanInput.Builder |
advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Specifies a list of
BackupOptions for each resource type. |
BackupPlanInput.Builder |
advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Specifies a list of
BackupOptions for each resource type. |
BackupPlanInput.Builder |
advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Specifies a list of
BackupOptions for each resource type. |
BackupPlanInput.Builder |
backupPlanName(String backupPlanName)
The display name of a backup plan.
|
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 |
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 |
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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackupPlanInput.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.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.
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 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.
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 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.
BackupRuleInput.Builder avoiding the need to create one
manually via BackupRuleInput.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
BackupRuleInput.Builder#rules(java.util.Collection) BackupPlanInput.Builder advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Specifies a list of BackupOptions for each resource type. These settings are only available for
Windows Volume Shadow Copy Service (VSS) backup jobs.
advancedBackupSettings - Specifies a list of BackupOptions for each resource type. These settings are only
available for Windows Volume Shadow Copy Service (VSS) backup jobs.BackupPlanInput.Builder advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Specifies a list of BackupOptions for each resource type. These settings are only available for
Windows Volume Shadow Copy Service (VSS) backup jobs.
advancedBackupSettings - Specifies a list of BackupOptions for each resource type. These settings are only
available for Windows Volume Shadow Copy Service (VSS) backup jobs.BackupPlanInput.Builder advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Specifies a list of BackupOptions for each resource type. These settings are only available for
Windows Volume Shadow Copy Service (VSS) backup jobs.
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.