Interface BackupPlan.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BackupPlan.Builder,,BackupPlan> SdkBuilder<BackupPlan.Builder,,BackupPlan> SdkPojo
- Enclosing class:
BackupPlan
-
Method Summary
Modifier and TypeMethodDescriptionadvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings) Contains a list ofBackupOptionsfor each resource type.advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings) Contains a list ofBackupOptionsfor each resource type.advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings) Contains a list ofBackupOptionsfor each resource type.backupPlanName(String backupPlanName) The display name of a backup plan.rules(Collection<BackupRule> rules) An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.rules(Consumer<BackupRule.Builder>... rules) An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.rules(BackupRule... rules) An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.scanSettings(Collection<ScanSetting> scanSettings) Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.scanSettings(Consumer<ScanSetting.Builder>... scanSettings) Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.scanSettings(ScanSetting... scanSettings) Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
backupPlanName
The display name of a backup plan. Must contain only alphanumeric or '-_.' special characters.
If this is set in the console, it can contain 1 to 50 characters; if this is set through CLI or API, it can contain 1 to 200 characters.
- Parameters:
backupPlanName- The display name of a backup plan. Must contain only alphanumeric or '-_.' special characters.If this is set in the console, it can contain 1 to 50 characters; if this is set through CLI or API, it can contain 1 to 200 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
An array of
BackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.- Parameters:
rules- An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
An array of
BackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.- Parameters:
rules- An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
An array of
This is a convenience method that creates an instance of theBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.BackupRule.Builderavoiding the need to create one manually viaBackupRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torules(List<BackupRule>).- Parameters:
rules- a consumer that will call methods onBackupRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
advancedBackupSettings
Contains a list of
BackupOptionsfor each resource type.- Parameters:
advancedBackupSettings- Contains a list ofBackupOptionsfor each resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
Contains a list of
BackupOptionsfor each resource type.- Parameters:
advancedBackupSettings- Contains a list ofBackupOptionsfor each resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
BackupPlan.Builder advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings) Contains a list of
This is a convenience method that creates an instance of theBackupOptionsfor each resource type.AdvancedBackupSetting.Builderavoiding the need to create one manually viaAdvancedBackupSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadvancedBackupSettings(List<AdvancedBackupSetting>).- Parameters:
advancedBackupSettings- a consumer that will call methods onAdvancedBackupSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanSettings
Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.
- Parameters:
scanSettings- Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanSettings
Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.
- Parameters:
scanSettings- Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanSettings
Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.
This is a convenience method that creates an instance of theScanSetting.Builderavoiding the need to create one manually viaScanSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscanSettings(List<ScanSetting>).- Parameters:
scanSettings- a consumer that will call methods onScanSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-