Class CfnFunctionPropsMixin.ParameterNameSAMPTProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.ParameterNameSAMPTProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionPropsMixin.ParameterNameSAMPTProperty>
- Enclosing interface:
CfnFunctionPropsMixin.ParameterNameSAMPTProperty
@Stability(Stable)
public static final class CfnFunctionPropsMixin.ParameterNameSAMPTProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunctionPropsMixin.ParameterNameSAMPTProperty>
A builder for
CfnFunctionPropsMixin.ParameterNameSAMPTProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) Sets the value ofCfnFunctionPropsMixin.ParameterNameSAMPTProperty.getParameterName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
@Stability(Stable) public CfnFunctionPropsMixin.ParameterNameSAMPTProperty.Builder parameterName(String parameterName) Sets the value ofCfnFunctionPropsMixin.ParameterNameSAMPTProperty.getParameterName()- Parameters:
parameterName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunctionPropsMixin.ParameterNameSAMPTProperty>- Returns:
- a new instance of
CfnFunctionPropsMixin.ParameterNameSAMPTProperty - Throws:
NullPointerException- if any required attribute was not provided
-