Interface RuleVariables.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleVariables.Builder,
,RuleVariables> SdkBuilder<RuleVariables.Builder,
,RuleVariables> SdkPojo
- Enclosing class:
RuleVariables
public static interface RuleVariables.Builder
extends SdkPojo, CopyableBuilder<RuleVariables.Builder,RuleVariables>
-
Method Summary
Modifier and TypeMethodDescriptionA list of IP addresses and address ranges, in CIDR notation.A list of port ranges.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
ipSets
A list of IP addresses and address ranges, in CIDR notation.
- Parameters:
ipSets
- A list of IP addresses and address ranges, in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portSets
A list of port ranges.
- Parameters:
portSets
- A list of port ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-