Interface ActionLocalPortDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActionLocalPortDetails.Builder,,- ActionLocalPortDetails> - SdkBuilder<ActionLocalPortDetails.Builder,,- ActionLocalPortDetails> - SdkPojo
- Enclosing class:
- ActionLocalPortDetails
@Mutable
@NotThreadSafe
public static interface ActionLocalPortDetails.Builder
extends SdkPojo, CopyableBuilder<ActionLocalPortDetails.Builder,ActionLocalPortDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of the port.The port name of the local 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 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.
 
- 
portNameThe port name of the local connection. Length Constraints: 128. - Parameters:
- portName- The port name of the local connection.- Length Constraints: 128. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-