public static interface SimulationAppEndpointInfo.Builder extends SdkPojo, CopyableBuilder<SimulationAppEndpointInfo.Builder,SimulationAppEndpointInfo>
| Modifier and Type | Method and Description |
|---|---|
SimulationAppEndpointInfo.Builder |
address(String address)
The IP address of the app.
|
SimulationAppEndpointInfo.Builder |
ingressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo.Builder |
ingressPortMappings(Consumer<SimulationAppPortMapping.Builder>... ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo.Builder |
ingressPortMappings(SimulationAppPortMapping... ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationAppEndpointInfo.Builder address(String address)
The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
address - The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.SimulationAppEndpointInfo.Builder ingressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)
The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
ingressPortMappings - The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a
network endpoint.SimulationAppEndpointInfo.Builder ingressPortMappings(SimulationAppPortMapping... ingressPortMappings)
The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
ingressPortMappings - The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a
network endpoint.SimulationAppEndpointInfo.Builder ingressPortMappings(Consumer<SimulationAppPortMapping.Builder>... ingressPortMappings)
The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
This is a convenience method that creates an instance of theSimulationAppPortMapping.Builder avoiding the
need to create one manually via
SimulationAppPortMapping.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #ingressPortMappings(List.
ingressPortMappings - a consumer that will call methods on
SimulationAppPortMapping.Builder#ingressPortMappings(java.util.Collection) Copyright © 2023. All rights reserved.