public static interface AdvancedBackupSetting.Builder extends SdkPojo, CopyableBuilder<AdvancedBackupSetting.Builder,AdvancedBackupSetting>
| Modifier and Type | Method and Description |
|---|---|
AdvancedBackupSetting.Builder |
backupOptions(Map<String,String> backupOptions)
Specifies the backup option for a selected resource.
|
AdvancedBackupSetting.Builder |
resourceType(String resourceType)
Specifies an object containing resource type and backup options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdvancedBackupSetting.Builder resourceType(String resourceType)
Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows VSS. For an CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the AWS Backup User Guide.
Valid values: EC2.
resourceType - Specifies an object containing resource type and backup options. The only supported resource type is
Amazon EC2 instances with Windows VSS. For an CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the AWS Backup User Guide.
Valid values: EC2.
AdvancedBackupSetting.Builder backupOptions(Map<String,String> backupOptions)
Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.
Valid values:
Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a VSS Windows
backup.
Set to "WindowsVSS":"disabled" to create a regular backup. The WindowsVSS option is not enabled
by default.
If you specify an invalid option, you get an InvalidParameterValueException exception.
For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
backupOptions - Specifies the backup option for a selected resource. This option is only available for Windows VSS
backup jobs.
Valid values:
Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a VSS
Windows backup.
Set to "WindowsVSS":"disabled" to create a regular backup. The WindowsVSS option is not
enabled by default.
If you specify an invalid option, you get an InvalidParameterValueException exception.
For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
Copyright © 2021. All rights reserved.