Struct aws_sdk_ec2::output::create_vpn_gateway_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVpnGatewayOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpn_gateway(self, input: VpnGateway) -> Self
pub fn vpn_gateway(self, input: VpnGateway) -> Self
Information about the virtual private gateway.
sourcepub fn set_vpn_gateway(self, input: Option<VpnGateway>) -> Self
pub fn set_vpn_gateway(self, input: Option<VpnGateway>) -> Self
Information about the virtual private gateway.
sourcepub fn build(self) -> CreateVpnGatewayOutput
pub fn build(self) -> CreateVpnGatewayOutput
Consumes the builder and constructs a CreateVpnGatewayOutput
.