Struct aws_sdk_securityhub::model::rule_group_source_stateful_rules_options_details::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for RuleGroupSourceStatefulRulesOptionsDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_keyword(self, input: Option<String>) -> Self
pub fn set_keyword(self, input: Option<String>) -> Self
A keyword to look for.
sourcepub fn settings(self, input: impl Into<String>) -> Self
pub fn settings(self, input: impl Into<String>) -> Self
Appends an item to settings.
To override the contents of this collection use set_settings.
A list of settings.
sourcepub fn set_settings(self, input: Option<Vec<String>>) -> Self
pub fn set_settings(self, input: Option<Vec<String>>) -> Self
A list of settings.
sourcepub fn build(self) -> RuleGroupSourceStatefulRulesOptionsDetails
pub fn build(self) -> RuleGroupSourceStatefulRulesOptionsDetails
Consumes the builder and constructs a RuleGroupSourceStatefulRulesOptionsDetails.