Struct aws_sdk_appmesh::model::http_query_parameter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for HttpQueryParameter
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
A name for the query parameter that will be matched on.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
A name for the query parameter that will be matched on.
sourcepub fn match(self, input: QueryParameterMatch) -> Self
pub fn match(self, input: QueryParameterMatch) -> Self
The query parameter to match on.
sourcepub fn set_match(self, input: Option<QueryParameterMatch>) -> Self
pub fn set_match(self, input: Option<QueryParameterMatch>) -> Self
The query parameter to match on.
sourcepub fn build(self) -> HttpQueryParameter
pub fn build(self) -> HttpQueryParameter
Consumes the builder and constructs a HttpQueryParameter
.