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