Interface Indicator.Builder

    • Method Detail

      • indicatorType

        Indicator.Builder indicatorType​(String indicatorType)

        The type of indicator.

        Parameters:
        indicatorType - The type of indicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndicatorType, IndicatorType
      • indicatorType

        Indicator.Builder indicatorType​(IndicatorType indicatorType)

        The type of indicator.

        Parameters:
        indicatorType - The type of indicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndicatorType, IndicatorType
      • indicatorDetail

        Indicator.Builder indicatorDetail​(IndicatorDetail indicatorDetail)

        Details about the indicators of compromise that are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident.

        Parameters:
        indicatorDetail - Details about the indicators of compromise that are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident.
        Returns:
        Returns a reference to this object so that method calls can be chained together.