Uses of Class
software.amazon.awscdk.services.codedeploy.ServerDeploymentGroupProps.Builder
-
Uses of ServerDeploymentGroupProps.Builder in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionSets the value ofServerDeploymentGroupProps.getAlarms()
ServerDeploymentGroupProps.Builder.application
(IServerApplication application) Sets the value ofServerDeploymentGroupProps.getApplication()
ServerDeploymentGroupProps.Builder.autoRollback
(AutoRollbackConfig autoRollback) Sets the value ofServerDeploymentGroupProps.getAutoRollback()
ServerDeploymentGroupProps.Builder.autoScalingGroups
(List<? extends IAutoScalingGroup> autoScalingGroups) Sets the value ofServerDeploymentGroupProps.getAutoScalingGroups()
ServerDeploymentGroupProps.builder()
ServerDeploymentGroupProps.Builder.deploymentConfig
(IServerDeploymentConfig deploymentConfig) Sets the value ofServerDeploymentGroupProps.getDeploymentConfig()
ServerDeploymentGroupProps.Builder.deploymentGroupName
(String deploymentGroupName) Sets the value ofServerDeploymentGroupProps.getDeploymentGroupName()
ServerDeploymentGroupProps.Builder.ec2InstanceTags
(InstanceTagSet ec2InstanceTags) Sets the value ofServerDeploymentGroupProps.getEc2InstanceTags()
ServerDeploymentGroupProps.Builder.ignorePollAlarmsFailure
(Boolean ignorePollAlarmsFailure) Sets the value ofServerDeploymentGroupProps.getIgnorePollAlarmsFailure()
ServerDeploymentGroupProps.Builder.installAgent
(Boolean installAgent) Sets the value ofServerDeploymentGroupProps.getInstallAgent()
ServerDeploymentGroupProps.Builder.loadBalancer
(LoadBalancer loadBalancer) Sets the value ofServerDeploymentGroupProps.getLoadBalancer()
ServerDeploymentGroupProps.Builder.onPremiseInstanceTags
(InstanceTagSet onPremiseInstanceTags) Sets the value ofServerDeploymentGroupProps.getOnPremiseInstanceTags()
Sets the value ofServerDeploymentGroupProps.getRole()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theServerDeploymentGroupProps.Builder
.