Interface ActionLocalPortDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionLocalPortDetails.Builder,ActionLocalPortDetails>,SdkBuilder<ActionLocalPortDetails.Builder,ActionLocalPortDetails>,SdkPojo
- Enclosing class:
- ActionLocalPortDetails
public static interface ActionLocalPortDetails.Builder extends SdkPojo, CopyableBuilder<ActionLocalPortDetails.Builder,ActionLocalPortDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionLocalPortDetails.Builderport(Integer port)The number of the port.ActionLocalPortDetails.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
port
ActionLocalPortDetails.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
ActionLocalPortDetails.Builder portName(String portName)
The 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.
-
-