Uses of Class
software.amazon.awscdk.services.codedeploy.LambdaDeploymentGroupAttributes.Builder
Packages that use LambdaDeploymentGroupAttributes.Builder
-
Uses of LambdaDeploymentGroupAttributes.Builder in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return LambdaDeploymentGroupAttributes.BuilderModifier 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()
Constructors in software.amazon.awscdk.services.codedeploy with parameters of type LambdaDeploymentGroupAttributes.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theLambdaDeploymentGroupAttributes.Builder
.