CopyableBuilder<SummarizedAttackVector.Builder,SummarizedAttackVector>
, SdkBuilder<SummarizedAttackVector.Builder,SummarizedAttackVector>
public static interface SummarizedAttackVector.Builder extends CopyableBuilder<SummarizedAttackVector.Builder,SummarizedAttackVector>
Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setVectorCounters(java.util.Collection)
or #withVectorCounters(java.util.Collection)
if you
want to override the existing values.
vectorCounters
- The list of counters that describe the details of the attack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.