Interface FilterPortRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilterPortRange.Builder,FilterPortRange>,SdkBuilder<FilterPortRange.Builder,FilterPortRange>,SdkPojo
- Enclosing class:
- FilterPortRange
public static interface FilterPortRange.Builder extends SdkPojo, CopyableBuilder<FilterPortRange.Builder,FilterPortRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterPortRange.BuilderfromPort(Integer fromPort)The first port in the range.FilterPortRange.BuildertoPort(Integer toPort)The last port in the 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
FilterPortRange.Builder fromPort(Integer fromPort)
The first port in the range.
- Parameters:
fromPort- The first port in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toPort
FilterPortRange.Builder toPort(Integer toPort)
The last port in the range.
- Parameters:
toPort- The last port in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-