Class RuleGroup
- java.lang.Object
-
- software.amazon.awssdk.services.networkfirewall.model.RuleGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RuleGroup.Builder,RuleGroup>
@Generated("software.amazon.awssdk:codegen") public final class RuleGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleGroup.Builder,RuleGroup>
The object that defines the rules in a rule group. This, along with RuleGroupResponse, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
Network Firewall uses a rule group to inspect and control network traffic. You define stateless rule groups to inspect individual packets and you define stateful rule groups to inspect packets in the context of their traffic flow.
To use a rule group, you include it by reference in an Network Firewall firewall policy, then you use the policy in a firewall. You can reference a rule group from more than one firewall policy, and you can use a firewall policy in more than one firewall.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuleGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroup.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReferenceSetsreferenceSets()The list of a rule group's reference sets.RulesSourcerulesSource()The stateful rules or stateless rules for the rule group.RuleVariablesruleVariables()Settings that are available for use in the rules in the rule group.List<SdkField<?>>sdkFields()static Class<? extends RuleGroup.Builder>serializableBuilderClass()StatefulRuleOptionsstatefulRuleOptions()Additional options governing how Network Firewall handles stateful rules.RuleGroup.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ruleVariables
public final RuleVariables ruleVariables()
Settings that are available for use in the rules in the rule group. You can only use these for stateful rule groups.
- Returns:
- Settings that are available for use in the rules in the rule group. You can only use these for stateful rule groups.
-
referenceSets
public final ReferenceSets referenceSets()
The list of a rule group's reference sets.
- Returns:
- The list of a rule group's reference sets.
-
rulesSource
public final RulesSource rulesSource()
The stateful rules or stateless rules for the rule group.
- Returns:
- The stateful rules or stateless rules for the rule group.
-
statefulRuleOptions
public final StatefulRuleOptions statefulRuleOptions()
Additional options governing how Network Firewall handles stateful rules. The policies where you use your stateful rule group must have stateful rule options settings that are compatible with these settings. Some limitations apply; for more information, see Strict evaluation order in the Network Firewall Developer Guide.
- Returns:
- Additional options governing how Network Firewall handles stateful rules. The policies where you use your stateful rule group must have stateful rule options settings that are compatible with these settings. Some limitations apply; for more information, see Strict evaluation order in the Network Firewall Developer Guide.
-
toBuilder
public RuleGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RuleGroup.Builder,RuleGroup>
-
builder
public static RuleGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends RuleGroup.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-