pub struct Builder { /* private fields */ }Expand description
A builder for SubjectAlternativeNameMatchers.
Implementations§
source§impl Builder
impl Builder
sourcepub fn exact(self, input: impl Into<String>) -> Self
pub fn exact(self, input: impl Into<String>) -> Self
Appends an item to exact.
To override the contents of this collection use set_exact.
The values sent must match the specified values exactly.
sourcepub fn set_exact(self, input: Option<Vec<String>>) -> Self
pub fn set_exact(self, input: Option<Vec<String>>) -> Self
The values sent must match the specified values exactly.
sourcepub fn build(self) -> SubjectAlternativeNameMatchers
pub fn build(self) -> SubjectAlternativeNameMatchers
Consumes the builder and constructs a SubjectAlternativeNameMatchers.