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