Interface AtigData.Builder

    • Method Detail

      • firstSeen

        AtigData.Builder firstSeen​(Instant firstSeen)

        The date and time this vulnerability was first observed.

        Parameters:
        firstSeen - The date and time this vulnerability was first observed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastSeen

        AtigData.Builder lastSeen​(Instant lastSeen)

        The date and time this vulnerability was last observed.

        Parameters:
        lastSeen - The date and time this vulnerability was last observed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targets

        AtigData.Builder targets​(Collection<String> targets)

        The commercial sectors this vulnerability targets.

        Parameters:
        targets - The commercial sectors this vulnerability targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targets

        AtigData.Builder targets​(String... targets)

        The commercial sectors this vulnerability targets.

        Parameters:
        targets - The commercial sectors this vulnerability targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ttps

        AtigData.Builder ttps​(Collection<String> ttps)

        The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.

        Parameters:
        ttps - The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ttps

        AtigData.Builder ttps​(String... ttps)

        The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.

        Parameters:
        ttps - The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.