Class SummarizeIndicatorsDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • indicatorValue

        public SummarizeIndicatorsDetails.Builder indicatorValue​(String indicatorValue)
        The value for the type of indicator this is
        Parameters:
        indicatorValue - the value to set
        Returns:
        this builder
      • confidenceGreaterThanOrEqualTo

        public SummarizeIndicatorsDetails.Builder confidenceGreaterThanOrEqualTo​(Integer confidenceGreaterThanOrEqualTo)
        The minimum level of confidence to return
        Parameters:
        confidenceGreaterThanOrEqualTo - the value to set
        Returns:
        this builder
      • timeUpdatedGreaterThanOrEqualTo

        public SummarizeIndicatorsDetails.Builder timeUpdatedGreaterThanOrEqualTo​(Date timeUpdatedGreaterThanOrEqualTo)
        The oldest update time of entities to be returned.
        Parameters:
        timeUpdatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder
      • timeUpdatedLessThan

        public SummarizeIndicatorsDetails.Builder timeUpdatedLessThan​(Date timeUpdatedLessThan)
        The newest update time of entities to be returned.
        Parameters:
        timeUpdatedLessThan - the value to set
        Returns:
        this builder
      • timeLastSeenGreaterThanOrEqualTo

        public SummarizeIndicatorsDetails.Builder timeLastSeenGreaterThanOrEqualTo​(Date timeLastSeenGreaterThanOrEqualTo)
        The oldest last seen time of entities to be returned.
        Parameters:
        timeLastSeenGreaterThanOrEqualTo - the value to set
        Returns:
        this builder
      • timeLastSeenLessThan

        public SummarizeIndicatorsDetails.Builder timeLastSeenLessThan​(Date timeLastSeenLessThan)
        The newest last seen time of entities to be returned.
        Parameters:
        timeLastSeenLessThan - the value to set
        Returns:
        this builder
      • timeCreatedGreaterThanOrEqualTo

        public SummarizeIndicatorsDetails.Builder timeCreatedGreaterThanOrEqualTo​(Date timeCreatedGreaterThanOrEqualTo)
        The oldest creation time of entities to be returned.
        Parameters:
        timeCreatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder
      • timeCreatedLessThan

        public SummarizeIndicatorsDetails.Builder timeCreatedLessThan​(Date timeCreatedLessThan)
        The newest creation time of entities to be returned.
        Parameters:
        timeCreatedLessThan - the value to set
        Returns:
        this builder
      • indicatorSeenBy

        public SummarizeIndicatorsDetails.Builder indicatorSeenBy​(String indicatorSeenBy)
        Filter to include indicators that have been seen by the provided source.
        Parameters:
        indicatorSeenBy - the value to set
        Returns:
        this builder
      • malware

        public SummarizeIndicatorsDetails.Builder malware​(String malware)
        Filter to include indicators associated with the provided malware.
        Parameters:
        malware - the value to set
        Returns:
        this builder
      • threatActor

        public SummarizeIndicatorsDetails.Builder threatActor​(String threatActor)
        Filter to included indicators associated with the provided threat actor.
        Parameters:
        threatActor - the value to set
        Returns:
        this builder