Struct aws_sdk_networkmanager::model::network_route::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NetworkRoute
Implementations
A unique identifier for the route, such as a CIDR block.
A unique identifier for the route, such as a CIDR block.
Appends an item to destinations
.
To override the contents of this collection use set_destinations
.
The destinations.
The destinations.
The ID of the prefix list.
The ID of the prefix list.
The route state. The possible values are active
and blackhole
.
The route state. The possible values are active
and blackhole
.
The route type. The possible values are propagated
and static
.
The route type. The possible values are propagated
and static
.
Consumes the builder and constructs a NetworkRoute
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