Struct aws_sdk_appmesh::types::builders::GrpcGatewayRouteBuilder
source · #[non_exhaustive]pub struct GrpcGatewayRouteBuilder { /* private fields */ }Expand description
A builder for GrpcGatewayRoute.
Implementations§
source§impl GrpcGatewayRouteBuilder
impl GrpcGatewayRouteBuilder
sourcepub fn match(self, input: GrpcGatewayRouteMatch) -> Self
pub fn match(self, input: GrpcGatewayRouteMatch) -> Self
An object that represents the criteria for determining a request match.
sourcepub fn set_match(self, input: Option<GrpcGatewayRouteMatch>) -> Self
pub fn set_match(self, input: Option<GrpcGatewayRouteMatch>) -> Self
An object that represents the criteria for determining a request match.
sourcepub fn action(self, input: GrpcGatewayRouteAction) -> Self
pub fn action(self, input: GrpcGatewayRouteAction) -> Self
An object that represents the action to take if a match is determined.
sourcepub fn set_action(self, input: Option<GrpcGatewayRouteAction>) -> Self
pub fn set_action(self, input: Option<GrpcGatewayRouteAction>) -> Self
An object that represents the action to take if a match is determined.
sourcepub fn build(self) -> GrpcGatewayRoute
pub fn build(self) -> GrpcGatewayRoute
Consumes the builder and constructs a GrpcGatewayRoute.
Trait Implementations§
source§impl Clone for GrpcGatewayRouteBuilder
impl Clone for GrpcGatewayRouteBuilder
source§fn clone(&self) -> GrpcGatewayRouteBuilder
fn clone(&self) -> GrpcGatewayRouteBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GrpcGatewayRouteBuilder
impl Debug for GrpcGatewayRouteBuilder
source§impl Default for GrpcGatewayRouteBuilder
impl Default for GrpcGatewayRouteBuilder
source§fn default() -> GrpcGatewayRouteBuilder
fn default() -> GrpcGatewayRouteBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GrpcGatewayRouteBuilder> for GrpcGatewayRouteBuilder
impl PartialEq<GrpcGatewayRouteBuilder> for GrpcGatewayRouteBuilder
source§fn eq(&self, other: &GrpcGatewayRouteBuilder) -> bool
fn eq(&self, other: &GrpcGatewayRouteBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.