Uses of Class
software.amazon.awscdk.services.ssm.StringParameterAttributes.Builder
-
Uses of StringParameterAttributes.Builder in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptionStringParameterAttributes.builder()
StringParameterAttributes.Builder.forceDynamicReference
(Boolean forceDynamicReference) Sets the value ofStringParameterAttributes.getForceDynamicReference()
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) Deprecated.- use valueType insteadStringParameterAttributes.Builder.valueType
(ParameterValueType valueType) Sets the value ofStringParameterAttributes.getValueType()
Sets the value ofStringParameterAttributes.getVersion()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStringParameterAttributes.Builder
.