public static interface DeploymentLaunchConfig.Builder extends SdkPojo, CopyableBuilder<DeploymentLaunchConfig.Builder,DeploymentLaunchConfig>
Modifier and Type | Method and Description |
---|---|
DeploymentLaunchConfig.Builder |
environmentVariables(Map<String,String> environmentVariables)
An array of key/value pairs specifying environment variables for the deployment application.
|
DeploymentLaunchConfig.Builder |
launchFile(String launchFile)
The deployment launch file.
|
DeploymentLaunchConfig.Builder |
packageName(String packageName)
The package name.
|
DeploymentLaunchConfig.Builder |
postLaunchFile(String postLaunchFile)
The deployment post-launch file.
|
DeploymentLaunchConfig.Builder |
preLaunchFile(String preLaunchFile)
The deployment pre-launch file.
|
copy
applyMutation, build
DeploymentLaunchConfig.Builder packageName(String packageName)
The package name.
packageName
- The package name.DeploymentLaunchConfig.Builder preLaunchFile(String preLaunchFile)
The deployment pre-launch file. This file will be executed prior to the deployment launch file.
preLaunchFile
- The deployment pre-launch file. This file will be executed prior to the deployment launch file.DeploymentLaunchConfig.Builder launchFile(String launchFile)
The deployment launch file.
launchFile
- The deployment launch file.DeploymentLaunchConfig.Builder postLaunchFile(String postLaunchFile)
The deployment post-launch file. This file will be executed after the deployment launch file.
postLaunchFile
- The deployment post-launch file. This file will be executed after the deployment launch file.DeploymentLaunchConfig.Builder environmentVariables(Map<String,String> environmentVariables)
An array of key/value pairs specifying environment variables for the deployment application.
environmentVariables
- An array of key/value pairs specifying environment variables for the deployment application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.