Class CfnExtensionPropsMixin.ParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnExtensionPropsMixin.ParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExtensionPropsMixin.ParameterProperty>
- Enclosing interface:
CfnExtensionPropsMixin.ParameterProperty
@Stability(Stable)
public static final class CfnExtensionPropsMixin.ParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExtensionPropsMixin.ParameterProperty>
A builder for
CfnExtensionPropsMixin.ParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getDescription()Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getDynamic()dynamic(IResolvable dynamic) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getDynamic()Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getRequired()required(IResolvable required) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getRequired()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnExtensionPropsMixin.ParameterProperty.Builder description(String description) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getDescription()- Parameters:
description- Information about the parameter.- Returns:
this
-
dynamic
Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getDynamic()- Parameters:
dynamic- Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be markedRequired.- Returns:
this
-
dynamic
@Stability(Stable) public CfnExtensionPropsMixin.ParameterProperty.Builder dynamic(IResolvable dynamic) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getDynamic()- Parameters:
dynamic- Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be markedRequired.- Returns:
this
-
required
@Stability(Stable) public CfnExtensionPropsMixin.ParameterProperty.Builder required(Boolean required) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getRequired()- Parameters:
required- A parameter value must be specified in the extension association.- Returns:
this
-
required
@Stability(Stable) public CfnExtensionPropsMixin.ParameterProperty.Builder required(IResolvable required) Sets the value ofCfnExtensionPropsMixin.ParameterProperty.getRequired()- Parameters:
required- A parameter value must be specified in the extension association.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExtensionPropsMixin.ParameterProperty>- Returns:
- a new instance of
CfnExtensionPropsMixin.ParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-