Struct aws_sdk_shield::model::summarized_attack_vector::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SummarizedAttackVector
Implementations
The attack type, for example, SNMP reflection or SYN flood.
The attack type, for example, SNMP reflection or SYN flood.
Appends an item to vector_counters
.
To override the contents of this collection use set_vector_counters
.
The list of counters that describe the details of the attack.
The list of counters that describe the details of the attack.
Consumes the builder and constructs a SummarizedAttackVector
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more