Struct aws_sdk_appmesh::model::subject_alternative_names::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SubjectAlternativeNames.
Implementations§
source§impl Builder
impl Builder
sourcepub fn match(self, input: SubjectAlternativeNameMatchers) -> Self
pub fn match(self, input: SubjectAlternativeNameMatchers) -> Self
An object that represents the criteria for determining a SANs match.
sourcepub fn set_match(self, input: Option<SubjectAlternativeNameMatchers>) -> Self
pub fn set_match(self, input: Option<SubjectAlternativeNameMatchers>) -> Self
An object that represents the criteria for determining a SANs match.
sourcepub fn build(self) -> SubjectAlternativeNames
pub fn build(self) -> SubjectAlternativeNames
Consumes the builder and constructs a SubjectAlternativeNames.