public static final class LambdaDeploymentGroupImportProps.Builder extends Object
LambdaDeploymentGroupImportProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroupImportProps |
build()
Builds the configured instance.
|
LambdaDeploymentGroupImportProps.Builder |
withApplication(ILambdaApplication value)
Sets the value of Application
|
LambdaDeploymentGroupImportProps.Builder |
withDeploymentGroupName(String value)
Sets the value of DeploymentGroupName
|
public LambdaDeploymentGroupImportProps.Builder withApplication(ILambdaApplication value)
value - The reference to the CodeDeploy Lambda Application
that this Deployment Group belongs to.thispublic LambdaDeploymentGroupImportProps.Builder withDeploymentGroupName(String value)
value - The physical, human-readable name of the CodeDeploy Lambda Deployment Group
that we are referencing.thispublic LambdaDeploymentGroupImportProps build()
LambdaDeploymentGroupImportPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.