Uses of Class
software.amazon.awscdk.services.codedeploy.LambdaDeploymentGroupAttributes.Builder
-
Uses of LambdaDeploymentGroupAttributes.Builder in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionLambdaDeploymentGroupAttributes.Builder.application
(ILambdaApplication application) Sets the value ofLambdaDeploymentGroupAttributes.getApplication()
LambdaDeploymentGroupAttributes.builder()
LambdaDeploymentGroupAttributes.Builder.deploymentConfig
(ILambdaDeploymentConfig deploymentConfig) Sets the value ofLambdaDeploymentGroupAttributes.getDeploymentConfig()
LambdaDeploymentGroupAttributes.Builder.deploymentGroupName
(String deploymentGroupName) Sets the value ofLambdaDeploymentGroupAttributes.getDeploymentGroupName()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theLambdaDeploymentGroupAttributes.Builder
.