Struct aws_sdk_ec2::model::propagating_vgw::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PropagatingVgw
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn gateway_id(self, input: impl Into<String>) -> Self
pub fn gateway_id(self, input: impl Into<String>) -> Self
The ID of the virtual private gateway.
sourcepub fn set_gateway_id(self, input: Option<String>) -> Self
pub fn set_gateway_id(self, input: Option<String>) -> Self
The ID of the virtual private gateway.
sourcepub fn build(self) -> PropagatingVgw
pub fn build(self) -> PropagatingVgw
Consumes the builder and constructs a PropagatingVgw
.