Class LambdaDeploymentConfigImportProps.Builder
java.lang.Object
software.amazon.awscdk.services.codedeploy.LambdaDeploymentConfigImportProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LambdaDeploymentConfigImportProps>
- Enclosing interface:
- LambdaDeploymentConfigImportProps
@Stability(Stable)
public static final class LambdaDeploymentConfigImportProps.Builder
extends Object
implements software.amazon.jsii.Builder<LambdaDeploymentConfigImportProps>
A builder for
LambdaDeploymentConfigImportProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deploymentConfigName(String deploymentConfigName) Sets the value ofLambdaDeploymentConfigImportProps.getDeploymentConfigName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deploymentConfigName
@Stability(Stable) public LambdaDeploymentConfigImportProps.Builder deploymentConfigName(String deploymentConfigName) Sets the value ofLambdaDeploymentConfigImportProps.getDeploymentConfigName()- Parameters:
deploymentConfigName- The physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration that we are referencing. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LambdaDeploymentConfigImportProps>- Returns:
- a new instance of
LambdaDeploymentConfigImportProps - Throws:
NullPointerException- if any required attribute was not provided
-