Uses of Class
software.amazon.awscdk.services.ssm.StringListParameterProps.Builder
Packages that use StringListParameterProps.Builder
-
Uses of StringListParameterProps.Builder in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return StringListParameterProps.BuilderModifier and TypeMethodDescriptionStringListParameterProps.Builder.allowedPattern(String allowedPattern) Sets the value ofParameterOptions.getAllowedPattern()StringListParameterProps.builder()StringListParameterProps.Builder.description(String description) Sets the value ofParameterOptions.getDescription()StringListParameterProps.Builder.parameterName(String parameterName) Sets the value ofParameterOptions.getParameterName()StringListParameterProps.Builder.simpleName(Boolean simpleName) Sets the value ofParameterOptions.getSimpleName()StringListParameterProps.Builder.stringListValue(List<String> stringListValue) Sets the value ofStringListParameterProps.getStringListValue()StringListParameterProps.Builder.tier(ParameterTier tier) Sets the value ofParameterOptions.getTier()Constructors in software.amazon.awscdk.services.ssm with parameters of type StringListParameterProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theStringListParameterProps.Builder.