Interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder,
,RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> SdkBuilder<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder,
,RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> SdkPojo
- Enclosing class:
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts
public static interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder
extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder,RuleGroupSourceStatelessRuleMatchAttributesSourcePorts>
-
Method Summary
Modifier and TypeMethodDescriptionThe starting port value for the port range.The ending port value for the port range.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
-
fromPort
The starting port value for the port range.
- Parameters:
fromPort
- The starting port value for the port range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toPort
The ending port value for the port range.
- Parameters:
toPort
- The ending port value for the port range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-