public static interface RuleOption.Builder extends SdkPojo, CopyableBuilder<RuleOption.Builder,RuleOption>
| Modifier and Type | Method and Description |
|---|---|
RuleOption.Builder |
keyword(String keyword)
The keyword for the Suricata compatible rule option.
|
RuleOption.Builder |
settings(Collection<String> settings)
The settings of the Suricata compatible rule option.
|
RuleOption.Builder |
settings(String... settings)
The settings of the Suricata compatible rule option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleOption.Builder keyword(String keyword)
The keyword for the Suricata compatible rule option. You must include a sid (signature ID), and
can optionally include other keywords. For information about Suricata compatible keywords, see Rule options in
the Suricata documentation.
keyword - The keyword for the Suricata compatible rule option. You must include a sid (signature
ID), and can optionally include other keywords. For information about Suricata compatible keywords,
see Rule
options in the Suricata documentation.RuleOption.Builder settings(Collection<String> settings)
The settings of the Suricata compatible rule option. Rule options have zero or more setting values, and the
number of possible and required settings depends on the Keyword. For more information about the
settings for specific options, see Rule options.
settings - The settings of the Suricata compatible rule option. Rule options have zero or more setting values,
and the number of possible and required settings depends on the Keyword. For more
information about the settings for specific options, see Rule
options.RuleOption.Builder settings(String... settings)
The settings of the Suricata compatible rule option. Rule options have zero or more setting values, and the
number of possible and required settings depends on the Keyword. For more information about the
settings for specific options, see Rule options.
settings - The settings of the Suricata compatible rule option. Rule options have zero or more setting values,
and the number of possible and required settings depends on the Keyword. For more
information about the settings for specific options, see Rule
options.Copyright © 2023. All rights reserved.