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 optional 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 optional display name of a backup plan.
backupPlanName - The optional display name of a backup plan.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.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) BackupPlanInput.Builder advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Specifies a list of BackupOptions for each resource type. These settings are only available for
Windows VSS backup jobs.
advancedBackupSettings - Specifies a list of BackupOptions for each resource type. These settings are only
available for Windows VSS backup jobs.BackupPlanInput.Builder advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Specifies a list of BackupOptions for each resource type. These settings are only available for
Windows VSS backup jobs.
advancedBackupSettings - Specifies a list of BackupOptions for each resource type. These settings are only
available for Windows 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 VSS backup jobs.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #advancedBackupSettings(List) .advancedBackupSettings - a consumer that will call methods on List.Builder #advancedBackupSettings(List) Copyright © 2021. All rights reserved.