| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentLaunchConfig |
DeploymentLaunchConfig.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.clone() |
DeploymentLaunchConfig |
DeploymentApplicationConfig.getLaunchConfig()
The launch configuration.
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.withEnvironmentVariables(Map<String,String> environmentVariables)
An array of key/value pairs specifying environment variables for the robot application
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.withLaunchFile(String launchFile)
The launch file name.
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.withPackageName(String packageName)
The package name.
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.withPostLaunchFile(String postLaunchFile)
The deployment post-launch file.
|
DeploymentLaunchConfig |
DeploymentLaunchConfig.withPreLaunchFile(String preLaunchFile)
The deployment pre-launch file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentApplicationConfig.setLaunchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration.
|
DeploymentApplicationConfig |
DeploymentApplicationConfig.withLaunchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration.
|
Copyright © 2024. All rights reserved.