Class CfnDeployment.DynamicExtensionParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appconfig.CfnDeployment.DynamicExtensionParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeployment.DynamicExtensionParametersProperty>
- Enclosing interface:
CfnDeployment.DynamicExtensionParametersProperty
@Stability(Stable)
public static final class CfnDeployment.DynamicExtensionParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeployment.DynamicExtensionParametersProperty>
A builder for
CfnDeployment.DynamicExtensionParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.extensionReference(String extensionReference) Sets the value ofCfnDeployment.DynamicExtensionParametersProperty.getExtensionReference()parameterName(String parameterName) Sets the value ofCfnDeployment.DynamicExtensionParametersProperty.getParameterName()parameterValue(String parameterValue) Sets the value ofCfnDeployment.DynamicExtensionParametersProperty.getParameterValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
extensionReference
@Stability(Stable) public CfnDeployment.DynamicExtensionParametersProperty.Builder extensionReference(String extensionReference) Sets the value ofCfnDeployment.DynamicExtensionParametersProperty.getExtensionReference()- Parameters:
extensionReference- The ARN or ID of the extension for which you are inserting a dynamic parameter.- Returns:
this
-
parameterName
@Stability(Stable) public CfnDeployment.DynamicExtensionParametersProperty.Builder parameterName(String parameterName) Sets the value ofCfnDeployment.DynamicExtensionParametersProperty.getParameterName()- Parameters:
parameterName- The parameter name.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnDeployment.DynamicExtensionParametersProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnDeployment.DynamicExtensionParametersProperty.getParameterValue()- Parameters:
parameterValue- The parameter value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeployment.DynamicExtensionParametersProperty>- Returns:
- a new instance of
CfnDeployment.DynamicExtensionParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-