Uses of Class
software.amazon.awscdk.services.codepipeline.VariableProps.Builder
-
Uses of VariableProps.Builder in software.amazon.awscdk.services.codepipeline
Modifier and TypeMethodDescriptionstatic VariableProps.Builder
VariableProps.builder()
VariableProps.Builder.defaultValue
(String defaultValue) Sets the value ofVariableProps.getDefaultValue()
VariableProps.Builder.description
(String description) Sets the value ofVariableProps.getDescription()
VariableProps.Builder.variableName
(String variableName) Sets the value ofVariableProps.getVariableName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VariableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVariableProps.Builder
.