Interface BackupPlanInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BackupPlanInput.Builder,,BackupPlanInput> SdkBuilder<BackupPlanInput.Builder,,BackupPlanInput> SdkPojo
- Enclosing class:
BackupPlanInput
-
Method Summary
Modifier and TypeMethodDescriptionadvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings) Specifies a list ofBackupOptionsfor each resource type.advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings) Specifies a list ofBackupOptionsfor each resource type.advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings) Specifies a list ofBackupOptionsfor each resource type.backupPlanName(String backupPlanName) The display name of a backup plan.rules(Collection<BackupRuleInput> rules) An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.rules(Consumer<BackupRuleInput.Builder>... rules) An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.rules(BackupRuleInput... 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 rule and includes the malware scanner, and scan mode of either full or incremental.scanSettings(Consumer<ScanSetting.Builder>... scanSettings) Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.scanSettings(ScanSetting... scanSettings) Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.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 1 to 50 alphanumeric or '-_.' characters.
- Parameters:
backupPlanName- The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' 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.BackupRuleInput.Builderavoiding the need to create one manually viaBackupRuleInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torules(List<BackupRuleInput>).- Parameters:
rules- a consumer that will call methods onBackupRuleInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
advancedBackupSettings
BackupPlanInput.Builder advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings) Specifies a list of
BackupOptionsfor each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.- Parameters:
advancedBackupSettings- Specifies a list ofBackupOptionsfor each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
Specifies a list of
BackupOptionsfor each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.- Parameters:
advancedBackupSettings- Specifies a list ofBackupOptionsfor each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
BackupPlanInput.Builder advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings) Specifies a list of
This is a convenience method that creates an instance of theBackupOptionsfor each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.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 rule and includes the malware scanner, and scan mode of either full or incremental.
- Parameters:
scanSettings- Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanSettings
Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.
- Parameters:
scanSettings- Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanSettings
Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.
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:
-