pub struct Builder { /* private fields */ }
Expand description
A builder for CreateRegexPatternSetOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn summary(self, input: RegexPatternSetSummary) -> Self
pub fn summary(self, input: RegexPatternSetSummary) -> Self
High-level information about a RegexPatternSet
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet
, and the ARN, that you provide to the RegexPatternSetReferenceStatement
to use the pattern set in a Rule
.
sourcepub fn set_summary(self, input: Option<RegexPatternSetSummary>) -> Self
pub fn set_summary(self, input: Option<RegexPatternSetSummary>) -> Self
High-level information about a RegexPatternSet
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet
, and the ARN, that you provide to the RegexPatternSetReferenceStatement
to use the pattern set in a Rule
.
sourcepub fn build(self) -> CreateRegexPatternSetOutput
pub fn build(self) -> CreateRegexPatternSetOutput
Consumes the builder and constructs a CreateRegexPatternSetOutput
.