Interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder,RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts>,SdkBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder,RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts>,SdkPojo
- Enclosing class:
- RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
public static interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder,RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.BuilderfromPort(Integer fromPort)The starting port value for the port range.RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fromPort
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.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
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.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.
-
-