pub struct Builder { /* private fields */ }
Expand description
A builder for GatewayRouteHostnameMatch
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn suffix(self, input: impl Into<String>) -> Self
pub fn suffix(self, input: impl Into<String>) -> Self
The specified ending characters of the host name to match on.
sourcepub fn set_suffix(self, input: Option<String>) -> Self
pub fn set_suffix(self, input: Option<String>) -> Self
The specified ending characters of the host name to match on.
sourcepub fn build(self) -> GatewayRouteHostnameMatch
pub fn build(self) -> GatewayRouteHostnameMatch
Consumes the builder and constructs a GatewayRouteHostnameMatch
.