public static interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder,RuleGroupSourceStatelessRuleMatchAttributesTcpFlags>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder |
flags(Collection<String> flags)
Defines the flags from the
Masks setting that must be set in order for the packet to match. |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder |
flags(String... flags)
Defines the flags from the
Masks setting that must be set in order for the packet to match. |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder |
masks(Collection<String> masks)
The set of flags to consider in the inspection.
|
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder |
masks(String... masks)
The set of flags to consider in the inspection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder flags(Collection<String> flags)
Defines the flags from the Masks setting that must be set in order for the packet to match.
Flags that are listed must be set. Flags that are not listed must not be set.
flags - Defines the flags from the Masks setting that must be set in order for the packet to
match. Flags that are listed must be set. Flags that are not listed must not be set.RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder flags(String... flags)
Defines the flags from the Masks setting that must be set in order for the packet to match.
Flags that are listed must be set. Flags that are not listed must not be set.
flags - Defines the flags from the Masks setting that must be set in order for the packet to
match. Flags that are listed must be set. Flags that are not listed must not be set.RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder masks(Collection<String> masks)
The set of flags to consider in the inspection. If not specified, then all flags are inspected.
masks - The set of flags to consider in the inspection. If not specified, then all flags are inspected.RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder masks(String... masks)
The set of flags to consider in the inspection. If not specified, then all flags are inspected.
masks - The set of flags to consider in the inspection. If not specified, then all flags are inspected.Copyright © 2023. All rights reserved.