public static interface AttackVectorDescription.Builder extends CopyableBuilder<AttackVectorDescription.Builder,AttackVectorDescription>
Modifier and Type | Method and Description |
---|---|
AttackVectorDescription.Builder |
vectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
copy
applyMutation, build
AttackVectorDescription.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.