Interface RemotePortDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RemotePortDetails.Builder,,- RemotePortDetails> - SdkBuilder<RemotePortDetails.Builder,,- RemotePortDetails> - SdkPojo
- Enclosing class:
- RemotePortDetails
@Mutable
@NotThreadSafe
public static interface RemotePortDetails.Builder
extends SdkPojo, CopyableBuilder<RemotePortDetails.Builder,RemotePortDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe port number of the remote connection.The port name of the remote connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
portThe port number of the remote connection. - Parameters:
- port- The port number of the remote connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portNameThe port name of the remote connection. - Parameters:
- portName- The port name of the remote connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-