pub struct Builder { /* private fields */ }
Expand description
A builder for CreateGatewayRouteOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn gateway_route(self, input: GatewayRouteData) -> Self
pub fn gateway_route(self, input: GatewayRouteData) -> Self
The full description of your gateway route following the create call.
sourcepub fn set_gateway_route(self, input: Option<GatewayRouteData>) -> Self
pub fn set_gateway_route(self, input: Option<GatewayRouteData>) -> Self
The full description of your gateway route following the create call.
sourcepub fn build(self) -> CreateGatewayRouteOutput
pub fn build(self) -> CreateGatewayRouteOutput
Consumes the builder and constructs a CreateGatewayRouteOutput
.