Struct aws_sdk_appmesh::model::http_route::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for HttpRoute
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn match(self, input: HttpRouteMatch) -> Self
pub fn match(self, input: HttpRouteMatch) -> Self
An object that represents the criteria for determining a request match.
sourcepub fn set_match(self, input: Option<HttpRouteMatch>) -> Self
pub fn set_match(self, input: Option<HttpRouteMatch>) -> Self
An object that represents the criteria for determining a request match.
sourcepub fn action(self, input: HttpRouteAction) -> Self
pub fn action(self, input: HttpRouteAction) -> Self
An object that represents the action to take if a match is determined.
sourcepub fn set_action(self, input: Option<HttpRouteAction>) -> Self
pub fn set_action(self, input: Option<HttpRouteAction>) -> Self
An object that represents the action to take if a match is determined.
sourcepub fn retry_policy(self, input: HttpRetryPolicy) -> Self
pub fn retry_policy(self, input: HttpRetryPolicy) -> Self
An object that represents a retry policy.
sourcepub fn set_retry_policy(self, input: Option<HttpRetryPolicy>) -> Self
pub fn set_retry_policy(self, input: Option<HttpRetryPolicy>) -> Self
An object that represents a retry policy.
sourcepub fn timeout(self, input: HttpTimeout) -> Self
pub fn timeout(self, input: HttpTimeout) -> Self
An object that represents types of timeouts.
sourcepub fn set_timeout(self, input: Option<HttpTimeout>) -> Self
pub fn set_timeout(self, input: Option<HttpTimeout>) -> Self
An object that represents types of timeouts.