Struct aws_sdk_ec2::output::create_transit_gateway_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateTransitGatewayOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transit_gateway(self, input: TransitGateway) -> Self
pub fn transit_gateway(self, input: TransitGateway) -> Self
Information about the transit gateway.
sourcepub fn set_transit_gateway(self, input: Option<TransitGateway>) -> Self
pub fn set_transit_gateway(self, input: Option<TransitGateway>) -> Self
Information about the transit gateway.
sourcepub fn build(self) -> CreateTransitGatewayOutput
pub fn build(self) -> CreateTransitGatewayOutput
Consumes the builder and constructs a CreateTransitGatewayOutput
.