Struct aws_sdk_ec2::model::packet_header_statement_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PacketHeaderStatementRequest
Implementations
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 destination_addresses
.
To override the contents of this collection use set_destination_addresses
.
The destination addresses.
The destination addresses.
Appends an item to source_ports
.
To override the contents of this collection use set_source_ports
.
The source ports.
The source ports.
Appends an item to destination_ports
.
To override the contents of this collection use set_destination_ports
.
The destination ports.
The destination ports.
Appends an item to source_prefix_lists
.
To override the contents of this collection use set_source_prefix_lists
.
The source prefix lists.
The source prefix lists.
Appends an item to destination_prefix_lists
.
To override the contents of this collection use set_destination_prefix_lists
.
The destination prefix lists.
The destination prefix lists.
Appends an item to protocols
.
To override the contents of this collection use set_protocols
.
The protocols.
The protocols.
Consumes the builder and constructs a PacketHeaderStatementRequest
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