@Stability(value=Stable) public static final class CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty>
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder |
backupOptions(Object backupOptions)
|
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty |
build()
Builds the configured instance.
|
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder |
resourceType(String resourceType)
|
@Stability(value=Stable) public CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder backupOptions(Object backupOptions)
backupOptions
- The backup option for the resource. This parameter is required.
Each option is a key-value pair. 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 Windows VSS 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 .
this
@Stability(value=Stable) public CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder resourceType(String resourceType)
resourceType
- The name of a resource type. This parameter is required.
The only supported resource type is EC2.this
@Stability(value=Stable) public CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty build()
build
in interface software.amazon.jsii.Builder<CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty>
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.