Class ParameterReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ssm.ParameterReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ParameterReference>
- Enclosing interface:
ParameterReference
@Stability(Stable)
public static final class ParameterReference.Builder
extends Object
implements software.amazon.jsii.Builder<ParameterReference>
A builder for
ParameterReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) Sets the value ofParameterReference.getParameterName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
Sets the value ofParameterReference.getParameterName()- Parameters:
parameterName- The Name of the Parameter resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ParameterReference>- Returns:
- a new instance of
ParameterReference - Throws:
NullPointerException- if any required attribute was not provided
-