Class MitreAttack.Builder

  • Enclosing class:
    MitreAttack

    public static final class MitreAttack.Builder
    extends java.lang.Object
    Builder class for MitreAttack.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of MitreAttack.
    • Method Detail

      • setTacticName

        public MitreAttack.Builder setTacticName​(java.lang.String tacticName)
        Represents tactic name of attack.
        Parameters:
        tacticName - New value for the property.
      • setTacticUrl

        public MitreAttack.Builder setTacticUrl​(java.lang.String tacticUrl)
        Represents tactic url of attack.
        Parameters:
        tacticUrl - New value for the property.
      • setTechniqueName

        public MitreAttack.Builder setTechniqueName​(java.lang.String techniqueName)
        Represents technique name of attack.
        Parameters:
        techniqueName - New value for the property.
      • setTechniqueUrl

        public MitreAttack.Builder setTechniqueUrl​(java.lang.String techniqueUrl)
        Represents technique url of attack.
        Parameters:
        techniqueUrl - New value for the property.