Interface NetworkTrafficRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkTrafficRule.Builder,,NetworkTrafficRule> SdkBuilder<NetworkTrafficRule.Builder,,NetworkTrafficRule> SdkPojo
- Enclosing class:
NetworkTrafficRule
@Mutable
@NotThreadSafe
public static interface NetworkTrafficRule.Builder
extends SdkPojo, CopyableBuilder<NetworkTrafficRule.Builder,NetworkTrafficRule>
-
Method Summary
Modifier and TypeMethodDescriptionAction to take when the rule matcheseffect(NetworkTrafficRuleEffect effect) Action to take when the rule matchesnetworkTrafficRuleType(String networkTrafficRuleType) Type of network traffic rulenetworkTrafficRuleType(NetworkTrafficRuleType networkTrafficRuleType) Type of network traffic rulePattern to match againstMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
effect
Action to take when the rule matches
- Parameters:
effect- Action to take when the rule matches- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
effect
Action to take when the rule matches
- Parameters:
effect- Action to take when the rule matches- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pattern
Pattern to match against
- Parameters:
pattern- Pattern to match against- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkTrafficRuleType
Type of network traffic rule
- Parameters:
networkTrafficRuleType- Type of network traffic rule- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkTrafficRuleType
Type of network traffic rule
- Parameters:
networkTrafficRuleType- Type of network traffic rule- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-