Class CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty>
- Enclosing interface:
CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty
@Stability(Stable)
public static final class CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.environmentConfigurationName(String environmentConfigurationName) environmentId(String environmentId) environmentParameters(List<? extends Object> environmentParameters) environmentParameters(IResolvable environmentParameters)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
environmentConfigurationName
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder environmentConfigurationName(String environmentConfigurationName) Sets the value ofCfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.getEnvironmentConfigurationName()- Parameters:
environmentConfigurationName- The environment configuration name.- Returns:
this
-
environmentId
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder environmentId(String environmentId) Sets the value ofCfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.getEnvironmentId()- Parameters:
environmentId- The ID of the environment.- Returns:
this
-
environmentParameters
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder environmentParameters(IResolvable environmentParameters) Sets the value ofCfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.getEnvironmentParameters()- Parameters:
environmentParameters- The environment parameters.- Returns:
this
-
environmentParameters
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.Builder environmentParameters(List<? extends Object> environmentParameters) Sets the value ofCfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty.getEnvironmentParameters()- Parameters:
environmentParameters- The environment parameters.- Returns:
this
-
build
@Stability(Stable) public CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty>- Returns:
- a new instance of
CfnProjectPropsMixin.EnvironmentConfigurationUserParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-