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 TypeMethodDescriptionThe effect of the rule.effect(NetworkTrafficRuleEffect effect) The effect of the rule.networkTrafficRuleType(String networkTrafficRuleType) The type of the network traffic rule.networkTrafficRuleType(NetworkTrafficRuleType networkTrafficRuleType) The type of the network traffic rule.The URL pattern to match for the rule.Methods 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
The effect of the rule. Valid values are ALLOW and DENY.
- Parameters:
effect- The effect of the rule. Valid values are ALLOW and DENY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
effect
The effect of the rule. Valid values are ALLOW and DENY.
- Parameters:
effect- The effect of the rule. Valid values are ALLOW and DENY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pattern
The URL pattern to match for the rule.
- Parameters:
pattern- The URL pattern to match for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkTrafficRuleType
The type of the network traffic rule. Currently, only URL is supported.
- Parameters:
networkTrafficRuleType- The type of the network traffic rule. Currently, only URL is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkTrafficRuleType
The type of the network traffic rule. Currently, only URL is supported.
- Parameters:
networkTrafficRuleType- The type of the network traffic rule. Currently, only URL is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-