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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.BuilderfromPort(Integer fromPort)The starting port value for the port range.RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.BuildertoPort(Integer toPort)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 Detail
-
fromPort
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder fromPort(Integer 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
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder toPort(Integer 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.
-
-