Uses of Class
software.amazon.awscdk.services.codedeploy.ServerDeploymentGroupAttributes.Builder
Packages that use ServerDeploymentGroupAttributes.Builder
-
Uses of ServerDeploymentGroupAttributes.Builder in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return ServerDeploymentGroupAttributes.BuilderModifier and TypeMethodDescriptionServerDeploymentGroupAttributes.Builder.application
(IServerApplication application) Sets the value ofServerDeploymentGroupAttributes.getApplication()
ServerDeploymentGroupAttributes.builder()
ServerDeploymentGroupAttributes.Builder.deploymentConfig
(IServerDeploymentConfig deploymentConfig) Sets the value ofServerDeploymentGroupAttributes.getDeploymentConfig()
ServerDeploymentGroupAttributes.Builder.deploymentGroupName
(String deploymentGroupName) Sets the value ofServerDeploymentGroupAttributes.getDeploymentGroupName()
Constructors in software.amazon.awscdk.services.codedeploy with parameters of type ServerDeploymentGroupAttributes.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theServerDeploymentGroupAttributes.Builder
.