Struct aws_sdk_securityhub::model::rule_group_source::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for RuleGroupSource
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn rules_source_list(self, input: RuleGroupSourceListDetails) -> Self
pub fn rules_source_list(self, input: RuleGroupSourceListDetails) -> Self
Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.
sourcepub fn set_rules_source_list(
self,
input: Option<RuleGroupSourceListDetails>
) -> Self
pub fn set_rules_source_list(
self,
input: Option<RuleGroupSourceListDetails>
) -> Self
Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.
sourcepub fn rules_string(self, input: impl Into<String>) -> Self
pub fn rules_string(self, input: impl Into<String>) -> Self
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
sourcepub fn set_rules_string(self, input: Option<String>) -> Self
pub fn set_rules_string(self, input: Option<String>) -> Self
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
sourcepub fn stateful_rules(self, input: RuleGroupSourceStatefulRulesDetails) -> Self
pub fn stateful_rules(self, input: RuleGroupSourceStatefulRulesDetails) -> Self
Appends an item to stateful_rules
.
To override the contents of this collection use set_stateful_rules
.
Suricata rule specifications.
sourcepub fn set_stateful_rules(
self,
input: Option<Vec<RuleGroupSourceStatefulRulesDetails>>
) -> Self
pub fn set_stateful_rules(
self,
input: Option<Vec<RuleGroupSourceStatefulRulesDetails>>
) -> Self
Suricata rule specifications.
sourcepub fn stateless_rules_and_custom_actions(
self,
input: RuleGroupSourceStatelessRulesAndCustomActionsDetails
) -> Self
pub fn stateless_rules_and_custom_actions(
self,
input: RuleGroupSourceStatelessRulesAndCustomActionsDetails
) -> Self
The stateless rules and custom actions used by a stateless rule group.
sourcepub fn set_stateless_rules_and_custom_actions(
self,
input: Option<RuleGroupSourceStatelessRulesAndCustomActionsDetails>
) -> Self
pub fn set_stateless_rules_and_custom_actions(
self,
input: Option<RuleGroupSourceStatelessRulesAndCustomActionsDetails>
) -> Self
The stateless rules and custom actions used by a stateless rule group.
sourcepub fn build(self) -> RuleGroupSource
pub fn build(self) -> RuleGroupSource
Consumes the builder and constructs a RuleGroupSource
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more