Struct aws_sdk_appmesh::model::grpc_gateway_route_rewrite::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GrpcGatewayRouteRewrite
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn hostname(self, input: GatewayRouteHostnameRewrite) -> Self
pub fn hostname(self, input: GatewayRouteHostnameRewrite) -> Self
The host name of the gateway route to rewrite.
sourcepub fn set_hostname(self, input: Option<GatewayRouteHostnameRewrite>) -> Self
pub fn set_hostname(self, input: Option<GatewayRouteHostnameRewrite>) -> Self
The host name of the gateway route to rewrite.
sourcepub fn build(self) -> GrpcGatewayRouteRewrite
pub fn build(self) -> GrpcGatewayRouteRewrite
Consumes the builder and constructs a GrpcGatewayRouteRewrite
.