public static interface AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder,AwsBackupBackupPlanAdvancedBackupSettingsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder |
backupOptions(Map<String,String> backupOptions)
Specifies the backup option for a selected resource.
|
AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder |
resourceType(String resourceType)
The name of a resource type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsBackupBackupPlanAdvancedBackupSettingsDetails.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. The WindowsVSS option is
not enabled by default.
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. The WindowsVSS
option is not enabled by default.
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.
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.
Copyright © 2023. All rights reserved.