Struct aws_sdk_ec2::model::transit_gateway_prefix_list_reference::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TransitGatewayPrefixListReference
Implementations
The ID of the transit gateway route table.
The ID of the transit gateway route table.
The ID of the prefix list.
The ID of the prefix list.
The ID of the prefix list owner.
The ID of the prefix list owner.
The state of the prefix list reference.
The state of the prefix list reference.
Indicates whether traffic that matches this route is dropped.
Indicates whether traffic that matches this route is dropped.
Information about the transit gateway attachment.
pub fn set_transit_gateway_attachment(
self,
input: Option<TransitGatewayPrefixListAttachment>
) -> Self
pub fn set_transit_gateway_attachment(
self,
input: Option<TransitGatewayPrefixListAttachment>
) -> Self
Information about the transit gateway attachment.
Consumes the builder and constructs a TransitGatewayPrefixListReference
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