Interface MetadataModel.UpdateStages.WithThreatAnalysisTechniques

All Known Subinterfaces:
MetadataModel.Update
Enclosing interface:
MetadataModel.UpdateStages

public static interface MetadataModel.UpdateStages.WithThreatAnalysisTechniques
The stage of the MetadataModel update allowing to specify threatAnalysisTechniques.
  • Method Summary

    Modifier and Type
    Method
    Description
    withThreatAnalysisTechniques(List<String> threatAnalysisTechniques)
    Specifies the threatAnalysisTechniques property: the techniques the resource covers, these have to be aligned with the tactics being used.
  • Method Details

    • withThreatAnalysisTechniques

      MetadataModel.Update withThreatAnalysisTechniques(List<String> threatAnalysisTechniques)
      Specifies the threatAnalysisTechniques property: the techniques the resource covers, these have to be aligned with the tactics being used.
      Parameters:
      threatAnalysisTechniques - the techniques the resource covers, these have to be aligned with the tactics being used.
      Returns:
      the next definition stage.