Interface RuleOption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RuleOption.Builder,,- RuleOption> - SdkBuilder<RuleOption.Builder,,- RuleOption> - SdkPojo
- Enclosing class:
- RuleOption
- 
Method SummaryModifier and TypeMethodDescriptionThe keyword for the Suricata compatible rule option.The settings of the Suricata compatible rule option.settings(Collection<String> settings) The settings of the Suricata compatible rule option.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keywordThe 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
settingsThe 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
settingsThe 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-