Interface AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder,AwsBackupBackupPlanAdvancedBackupSettingsDetails>,SdkBuilder<AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder,AwsBackupBackupPlanAdvancedBackupSettingsDetails>,SdkPojo
- Enclosing class:
- AwsBackupBackupPlanAdvancedBackupSettingsDetails
public static interface AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder,AwsBackupBackupPlanAdvancedBackupSettingsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsBackupBackupPlanAdvancedBackupSettingsDetails.BuilderbackupOptions(Map<String,String> backupOptions)Specifies the backup option for a selected resource.AwsBackupBackupPlanAdvancedBackupSettingsDetails.BuilderresourceType(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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: enabledto enable the WindowsVSS backup option and create a Windows VSS backup. -
Set to
WindowsVSS: disabledto create a regular backup. TheWindowsVSSoption 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: enabledto enable the WindowsVSS backup option and create a Windows VSS backup. -
Set to
WindowsVSS: disabledto create a regular backup. TheWindowsVSSoption is not enabled by default.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceType
AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder resourceType(String 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.
-
-