Interface AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder,
,AwsBackupBackupPlanAdvancedBackupSettingsDetails> SdkBuilder<AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder,
,AwsBackupBackupPlanAdvancedBackupSettingsDetails> SdkPojo
- Enclosing class:
AwsBackupBackupPlanAdvancedBackupSettingsDetails
-
Method Summary
Modifier and TypeMethodDescriptionbackupOptions
(Map<String, String> backupOptions) Specifies the backup option for a selected resource.resourceType
(String resourceType) The name of a resource type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
backupOptions
AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder backupOptions(Map<String, String> backupOptions) Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values are as follows:
-
Set to
WindowsVSS: enabled
to enable the WindowsVSS backup option and create a Windows VSS backup. -
Set to
WindowsVSS: disabled
to create a regular backup. TheWindowsVSS
option is not enabled by default.
- Parameters:
backupOptions
- Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values are as follows:-
Set to
WindowsVSS: enabled
to enable the WindowsVSS backup option and create a Windows VSS backup. -
Set to
WindowsVSS: disabled
to create a regular backup. TheWindowsVSS
option is not enabled by default.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceType
The name of a resource type. The only supported resource type is Amazon EC2 instances with Windows VSS.
The only valid value is
EC2
.- Parameters:
resourceType
- The name of a resource type. The only supported resource type is Amazon EC2 instances with Windows VSS.The only valid value is
EC2
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-