Uses of Class
software.amazon.awscdk.services.ssm.StringParameterAttributes.Builder
Packages that use StringParameterAttributes.Builder
-
Uses of StringParameterAttributes.Builder in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return StringParameterAttributes.BuilderModifier and TypeMethodDescriptionStringParameterAttributes.builder()
StringParameterAttributes.Builder.parameterName
(String parameterName) Sets the value ofCommonStringParameterAttributes.getParameterName()
StringParameterAttributes.Builder.simpleName
(Boolean simpleName) Sets the value ofCommonStringParameterAttributes.getSimpleName()
StringParameterAttributes.Builder.type
(ParameterType type) Sets the value ofStringParameterAttributes.getType()
Sets the value ofStringParameterAttributes.getVersion()
Constructors in software.amazon.awscdk.services.ssm with parameters of type StringParameterAttributes.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStringParameterAttributes.Builder
.