@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentLaunchConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentLaunchConfig.Builder,DeploymentLaunchConfig>
Configuration information for a deployment launch.
Modifier and Type | Class and Description |
---|---|
static interface |
DeploymentLaunchConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static DeploymentLaunchConfig.Builder |
builder() |
Map<String,String> |
environmentVariables()
An array of key/value pairs specifying environment variables for the deployment application.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchFile()
The deployment launch file.
|
String |
packageName()
The package name.
|
String |
postLaunchFile()
The deployment post-launch file.
|
String |
preLaunchFile()
The deployment pre-launch file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentLaunchConfig.Builder> |
serializableBuilderClass() |
DeploymentLaunchConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String packageName()
The package name.
public String preLaunchFile()
The deployment pre-launch file. This file will be executed prior to the deployment launch file.
public String launchFile()
The deployment launch file.
public String postLaunchFile()
The deployment post-launch file. This file will be executed after the deployment launch file.
public Map<String,String> environmentVariables()
An array of key/value pairs specifying environment variables for the deployment application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DeploymentLaunchConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentLaunchConfig.Builder,DeploymentLaunchConfig>
public static DeploymentLaunchConfig.Builder builder()
public static Class<? extends DeploymentLaunchConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.