Interface Bookmark.UpdateStages.WithTactics

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

public static interface Bookmark.UpdateStages.WithTactics
The stage of the Bookmark update allowing to specify tactics.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the tactics property: A list of relevant mitre attacks.
  • Method Details

    • withTactics

      Bookmark.Update withTactics(List<AttackTactic> tactics)
      Specifies the tactics property: A list of relevant mitre attacks.
      Parameters:
      tactics - A list of relevant mitre attacks.
      Returns:
      the next definition stage.