Class DataAttribution.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • confidence

        public DataAttribution.Builder confidence​(Integer confidence)
        An integer from 0 to 100 that provides a measure of our certainty in the maliciousness of data attributed to an indicator.

        For example, if the source of the data being attributed is the Tor Project, our confidence that the associated indicator is a tor exit node would be 100.

        Parameters:
        confidence - the value to set
        Returns:
        this builder
      • timeFirstSeen

        public DataAttribution.Builder timeFirstSeen​(Date timeFirstSeen)
        The date and time the attribution data was first seen for this entity.

        If the data source does not provide this information, it is set to the last time it was seen. An RFC3339 formatted string.

        Parameters:
        timeFirstSeen - the value to set
        Returns:
        this builder
      • timeLastSeen

        public DataAttribution.Builder timeLastSeen​(Date timeLastSeen)
        The last date and time the attribution data was seen for this entity.

        An RFC3339 formatted string.

        Parameters:
        timeLastSeen - the value to set
        Returns:
        this builder