Interface ExportBackupPlanTemplateResponse.Builder

    • Method Detail

      • backupPlanTemplateJson

        ExportBackupPlanTemplateResponse.Builder backupPlanTemplateJson​(String backupPlanTemplateJson)

        The body of a backup plan template in JSON format.

        This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.

        Parameters:
        backupPlanTemplateJson - The body of a backup plan template in JSON format.

        This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.

        Returns:
        Returns a reference to this object so that method calls can be chained together.