Struct aws_sdk_ec2::model::network_insights_path::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NetworkInsightsPath
Implementations
The ID of the path.
The ID of the path.
The Amazon Resource Name (ARN) of the path.
The Amazon Resource Name (ARN) of the path.
The time stamp when the path was created.
The time stamp when the path was created.
The Amazon Web Services resource that is the source of the path.
The Amazon Web Services resource that is the source of the path.
The Amazon Web Services resource that is the destination of the path.
The Amazon Web Services resource that is the destination of the path.
The IP address of the Amazon Web Services resource that is the source of the path.
The IP address of the Amazon Web Services resource that is the source of the path.
The IP address of the Amazon Web Services resource that is the destination of the path.
The IP address of the Amazon Web Services resource that is the destination of the path.
The protocol.
The destination port.
The destination port.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags associated with the path.
The tags associated with the path.
Consumes the builder and constructs a NetworkInsightsPath
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