Class CfnProjectPropsMixin.EnvironmentParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectPropsMixin.EnvironmentParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectPropsMixin.EnvironmentParameterProperty>
- Enclosing interface:
CfnProjectPropsMixin.EnvironmentParameterProperty
@Stability(Stable)
public static final class CfnProjectPropsMixin.EnvironmentParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectPropsMixin.EnvironmentParameterProperty>
A builder for
CfnProjectPropsMixin.EnvironmentParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProjectPropsMixin.EnvironmentParameterProperty.getName()Sets the value ofCfnProjectPropsMixin.EnvironmentParameterProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentParameterProperty.Builder name(String name) Sets the value ofCfnProjectPropsMixin.EnvironmentParameterProperty.getName()- Parameters:
name- The name of an environment profile parameter.- Returns:
this
-
value
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentParameterProperty.Builder value(String value) Sets the value ofCfnProjectPropsMixin.EnvironmentParameterProperty.getValue()- Parameters:
value- The value of an environment profile parameter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectPropsMixin.EnvironmentParameterProperty>- Returns:
- a new instance of
CfnProjectPropsMixin.EnvironmentParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-