Interface ThreatIntelligenceDetail.Builder

    • Method Detail

      • threatListName

        ThreatIntelligenceDetail.Builder threatListName​(String threatListName)

        The name of the threat intelligence list that triggered the finding.

        Parameters:
        threatListName - The name of the threat intelligence list that triggered the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • threatNames

        ThreatIntelligenceDetail.Builder threatNames​(Collection<String> threatNames)

        A list of names of the threats in the threat intelligence list that triggered the finding.

        Parameters:
        threatNames - A list of names of the threats in the threat intelligence list that triggered the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • threatNames

        ThreatIntelligenceDetail.Builder threatNames​(String... threatNames)

        A list of names of the threats in the threat intelligence list that triggered the finding.

        Parameters:
        threatNames - A list of names of the threats in the threat intelligence list that triggered the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.