Class CfnProject.EnvironmentConfigurationUserParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnProject.EnvironmentConfigurationUserParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject.EnvironmentConfigurationUserParameterProperty>
- Enclosing interface:
CfnProject.EnvironmentConfigurationUserParameterProperty
@Stability(Stable)
public static final class CfnProject.EnvironmentConfigurationUserParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProject.EnvironmentConfigurationUserParameterProperty>
A builder for
CfnProject.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 CfnProject.EnvironmentConfigurationUserParameterProperty.Builder environmentConfigurationName(String environmentConfigurationName) Sets the value ofCfnProject.EnvironmentConfigurationUserParameterProperty.getEnvironmentConfigurationName()- Parameters:
environmentConfigurationName- The environment configuration name.- Returns:
this
-
environmentId
@Stability(Stable) public CfnProject.EnvironmentConfigurationUserParameterProperty.Builder environmentId(String environmentId) - Parameters:
environmentId- The ID of the environment.- Returns:
this
-
environmentParameters
@Stability(Stable) public CfnProject.EnvironmentConfigurationUserParameterProperty.Builder environmentParameters(IResolvable environmentParameters) Sets the value ofCfnProject.EnvironmentConfigurationUserParameterProperty.getEnvironmentParameters()- Parameters:
environmentParameters- The environment parameters.- Returns:
this
-
environmentParameters
@Stability(Stable) public CfnProject.EnvironmentConfigurationUserParameterProperty.Builder environmentParameters(List<? extends Object> environmentParameters) Sets the value ofCfnProject.EnvironmentConfigurationUserParameterProperty.getEnvironmentParameters()- Parameters:
environmentParameters- The environment parameters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProject.EnvironmentConfigurationUserParameterProperty>- Returns:
- a new instance of
CfnProject.EnvironmentConfigurationUserParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-