Struct aws_sdk_ec2::model::analysis_packet_header::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AnalysisPacketHeader
Implementations
Appends an item to destination_addresses
.
To override the contents of this collection use set_destination_addresses
.
The destination addresses.
The destination addresses.
Appends an item to destination_port_ranges
.
To override the contents of this collection use set_destination_port_ranges
.
The destination port ranges.
The destination port ranges.
The protocol.
Appends an item to source_addresses
.
To override the contents of this collection use set_source_addresses
.
The source addresses.
The source addresses.
Appends an item to source_port_ranges
.
To override the contents of this collection use set_source_port_ranges
.
The source port ranges.
The source port ranges.
Consumes the builder and constructs a AnalysisPacketHeader
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