Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CodeDeployServerDeployActionProps.Builder
-
Uses of CodeDeployServerDeployActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeDeployServerDeployActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
CodeDeployServerDeployActionProps.builder()
CodeDeployServerDeployActionProps.Builder.deploymentGroup
(IServerDeploymentGroup deploymentGroup) Sets the value ofCodeDeployServerDeployActionProps.getDeploymentGroup()
Sets the value ofCodeDeployServerDeployActionProps.getInput()
Sets the value ofCommonAwsActionProps.getRole()
Sets the value ofCommonActionProps.getRunOrder()
CodeDeployServerDeployActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCodeDeployServerDeployActionProps.Builder
.