| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.builder() |
DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.Builder.environmentVariables(Map<String,String> environmentVariables)
An array of key/value pairs specifying environment variables for the deployment application.
|
DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.Builder.launchFile(String launchFile)
The deployment launch file.
|
DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.Builder.packageName(String packageName)
The package name.
|
DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.Builder.postLaunchFile(String postLaunchFile)
The deployment post-launch file.
|
DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.Builder.preLaunchFile(String preLaunchFile)
The deployment pre-launch file.
|
DeploymentLaunchConfig.Builder |
DeploymentLaunchConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentLaunchConfig.Builder> |
DeploymentLaunchConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentApplicationConfig.Builder |
DeploymentApplicationConfig.Builder.launchConfig(Consumer<DeploymentLaunchConfig.Builder> launchConfig)
The launch configuration, usually
roslaunch. |
Copyright © 2019. All rights reserved.