public static interface LaunchConfig.Builder extends SdkPojo, CopyableBuilder<LaunchConfig.Builder,LaunchConfig>
Modifier and Type | Method and Description |
---|---|
LaunchConfig.Builder |
environmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
|
LaunchConfig.Builder |
launchFile(String launchFile)
The launch file.
|
LaunchConfig.Builder |
packageName(String packageName)
The package name.
|
copy
applyMutation, build
LaunchConfig.Builder packageName(String packageName)
The package name.
packageName
- The package name.LaunchConfig.Builder launchFile(String launchFile)
The launch file.
launchFile
- The launch file.LaunchConfig.Builder environmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
environmentVariables
- The environment variables for the application launch.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.