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