Interface SimulationAppPortMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimulationAppPortMapping.Builder,
,SimulationAppPortMapping> SdkBuilder<SimulationAppPortMapping.Builder,
,SimulationAppPortMapping> SdkPojo
- Enclosing class:
SimulationAppPortMapping
@Mutable
@NotThreadSafe
public static interface SimulationAppPortMapping.Builder
extends SdkPojo, CopyableBuilder<SimulationAppPortMapping.Builder,SimulationAppPortMapping>
-
Method Summary
Modifier and TypeMethodDescriptionThe TCP/UDP port number of the running app.The TCP/UDP port number of the app, declared in the simulation schema.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 Details
-
actual
The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app starts. SimSpace Weaver maps the
Declared
port to theActual
port. Clients connect to the app using the app's IP address and theActual
port number.- Parameters:
actual
- The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app starts. SimSpace Weaver maps theDeclared
port to theActual
port. Clients connect to the app using the app's IP address and theActual
port number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
declared
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the
Declared
port to theActual
port. The source code for the app should bind to theDeclared
port.- Parameters:
declared
- The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps theDeclared
port to theActual
port. The source code for the app should bind to theDeclared
port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-