Interface AwsBackupBackupPlanAdvancedBackupSettingsDetails.Builder

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

        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.