| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchConfig |
LaunchConfig.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
LaunchConfig |
LaunchConfig.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
LaunchConfig |
LaunchConfig.clone() |
LaunchConfig |
SimulationApplicationConfig.getLaunchConfig()
The launch configuration for the simulation application.
|
LaunchConfig |
RobotApplicationConfig.getLaunchConfig()
The launch configuration for the robot application.
|
LaunchConfig |
LaunchConfig.withCommand(Collection<String> command)
If you've specified
General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image. |
LaunchConfig |
LaunchConfig.withCommand(String... command)
If you've specified
General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image. |
LaunchConfig |
LaunchConfig.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
|
LaunchConfig |
LaunchConfig.withLaunchFile(String launchFile)
The launch file name.
|
LaunchConfig |
LaunchConfig.withPackageName(String packageName)
The package name.
|
LaunchConfig |
LaunchConfig.withPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
|
LaunchConfig |
LaunchConfig.withStreamUI(Boolean streamUI)
Boolean indicating whether a streaming session will be configured for the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationApplicationConfig.setLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the simulation application.
|
void |
RobotApplicationConfig.setLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
|
SimulationApplicationConfig |
SimulationApplicationConfig.withLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the simulation application.
|
RobotApplicationConfig |
RobotApplicationConfig.withLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
|
Copyright © 2022. All rights reserved.