public static interface SummarizedAttackVector.Builder extends SdkPojo, CopyableBuilder<SummarizedAttackVector.Builder,SummarizedAttackVector>
| Modifier and Type | Method and Description |
|---|---|
SummarizedAttackVector.Builder |
vectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
vectorCounters(Consumer<SummarizedCounter.Builder>... vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
vectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
vectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSummarizedAttackVector.Builder vectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
vectorType - The attack type, for example, SNMP reflection or SYN flood.SummarizedAttackVector.Builder vectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
vectorCounters - The list of counters that describe the details of the attack.SummarizedAttackVector.Builder vectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
vectorCounters - The list of counters that describe the details of the attack.SummarizedAttackVector.Builder vectorCounters(Consumer<SummarizedCounter.Builder>... vectorCounters)
The list of counters that describe the details of the attack.
This is a convenience method that creates an instance of theSummarizedCounter.Builder avoiding the need to create
one manually via SummarizedCounter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vectorCounters(List.
vectorCounters - a consumer that will call methods on
SummarizedCounter.Builder#vectorCounters(java.util.Collection) Copyright © 2023. All rights reserved.