@Stability(value=Experimental) public static final class CommonStringParameterAttributes.Builder extends Object implements software.amazon.jsii.Builder<CommonStringParameterAttributes>
CommonStringParameterAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonStringParameterAttributes |
build()
Builds the configured instance.
|
CommonStringParameterAttributes.Builder |
parameterName(String parameterName)
Sets the value of
CommonStringParameterAttributes.getParameterName() |
CommonStringParameterAttributes.Builder |
simpleName(Boolean simpleName)
Sets the value of
CommonStringParameterAttributes.getSimpleName() |
@Stability(value=Experimental) public CommonStringParameterAttributes.Builder parameterName(String parameterName)
CommonStringParameterAttributes.getParameterName()parameterName - The name of the parameter store value. This parameter is required.
This value can be a token or a concrete string. If it is a concrete string
and includes "/" it must also be prefixed with a "/" (fully-qualified).this@Stability(value=Experimental) public CommonStringParameterAttributes.Builder simpleName(Boolean simpleName)
CommonStringParameterAttributes.getSimpleName()simpleName - Indicates of the parameter name is a simple name (i.e. does not include "/" separators).
This is only required only if parameterName is a token, which means we
are unable to detect if the name is simple or "path-like" for the purpose
of rendering SSM parameter ARNs.
If parameterName is not specified, simpleName must be true (or
undefined) since the name generated by AWS CloudFormation is always a
simple name.
this@Stability(value=Experimental) public CommonStringParameterAttributes build()
build in interface software.amazon.jsii.Builder<CommonStringParameterAttributes>CommonStringParameterAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.