Interface Bookmark.DefinitionStages.WithTechniques

All Known Subinterfaces:
Bookmark.Definition, Bookmark.DefinitionStages.WithCreate
Enclosing interface:
Bookmark.DefinitionStages

public static interface Bookmark.DefinitionStages.WithTechniques
The stage of the Bookmark definition allowing to specify techniques.
  • Method Details

    • withTechniques

      Bookmark.DefinitionStages.WithCreate withTechniques(List<String> techniques)
      Specifies the techniques property: A list of relevant mitre techniques.
      Parameters:
      techniques - A list of relevant mitre techniques.
      Returns:
      the next definition stage.