public static interface SummarizedAttackVector.Builder extends 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(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.
|
copy
apply, build
SummarizedAttackVector.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.