Struct aws_sdk_ec2::output::modify_transit_gateway_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyTransitGatewayOutput
.
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) -> ModifyTransitGatewayOutput
pub fn build(self) -> ModifyTransitGatewayOutput
Consumes the builder and constructs a ModifyTransitGatewayOutput
.