Interface TcpRouteMatch.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TcpRouteMatch.Builder,TcpRouteMatch>,SdkBuilder<TcpRouteMatch.Builder,TcpRouteMatch>,SdkPojo
- Enclosing class:
- TcpRouteMatch
public static interface TcpRouteMatch.Builder extends SdkPojo, CopyableBuilder<TcpRouteMatch.Builder,TcpRouteMatch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcpRouteMatch.Builderport(Integer port)The port number to match on.-
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
-
port
TcpRouteMatch.Builder port(Integer port)
The port number to match on.
- Parameters:
port- The port number to match on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-