Interface SummarizedAttackVector.Builder

    • Method Detail

      • vectorType

        SummarizedAttackVector.Builder vectorType​(String vectorType)

        The attack type, for example, SNMP reflection or SYN flood.

        Parameters:
        vectorType - The attack type, for example, SNMP reflection or SYN flood.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vectorCounters

        SummarizedAttackVector.Builder vectorCounters​(Collection<SummarizedCounter> vectorCounters)

        The list of counters that describe the details of the attack.

        Parameters:
        vectorCounters - The list of counters that describe the details of the attack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vectorCounters

        SummarizedAttackVector.Builder vectorCounters​(SummarizedCounter... vectorCounters)

        The list of counters that describe the details of the attack.

        Parameters:
        vectorCounters - The list of counters that describe the details of the attack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.