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 Details

    • 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.

      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. The WindowsVSS 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.