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