Uses of Class
software.amazon.awscdk.services.codedeploy.LambdaDeploymentGroupProps.Builder
-
Uses of LambdaDeploymentGroupProps.Builder in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionSets the value ofLambdaDeploymentGroupProps.getAlarms()
Sets the value ofLambdaDeploymentGroupProps.getAlias()
LambdaDeploymentGroupProps.Builder.application
(ILambdaApplication application) Sets the value ofLambdaDeploymentGroupProps.getApplication()
LambdaDeploymentGroupProps.Builder.autoRollback
(AutoRollbackConfig autoRollback) Sets the value ofLambdaDeploymentGroupProps.getAutoRollback()
LambdaDeploymentGroupProps.builder()
LambdaDeploymentGroupProps.Builder.deploymentConfig
(ILambdaDeploymentConfig deploymentConfig) Sets the value ofLambdaDeploymentGroupProps.getDeploymentConfig()
LambdaDeploymentGroupProps.Builder.deploymentGroupName
(String deploymentGroupName) Sets the value ofLambdaDeploymentGroupProps.getDeploymentGroupName()
LambdaDeploymentGroupProps.Builder.ignoreAlarmConfiguration
(Boolean ignoreAlarmConfiguration) Sets the value ofLambdaDeploymentGroupProps.getIgnoreAlarmConfiguration()
LambdaDeploymentGroupProps.Builder.ignorePollAlarmsFailure
(Boolean ignorePollAlarmsFailure) Sets the value ofLambdaDeploymentGroupProps.getIgnorePollAlarmsFailure()
Sets the value ofLambdaDeploymentGroupProps.getPostHook()
Sets the value ofLambdaDeploymentGroupProps.getPreHook()
Sets the value ofLambdaDeploymentGroupProps.getRole()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theLambdaDeploymentGroupProps.Builder
.