Class CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty>
- Enclosing interface:
CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty
@Stability(Stable)
public static final class CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.isEditable(Boolean isEditable) isEditable(IResolvable isEditable)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
isEditable
@Stability(Stable) public CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder isEditable(Boolean isEditable) Sets the value ofCfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.getIsEditable()- Parameters:
isEditable- Specifies whether the environment parameter is editable.- Returns:
this
-
isEditable
@Stability(Stable) public CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder isEditable(IResolvable isEditable) Sets the value ofCfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.getIsEditable()- Parameters:
isEditable- Specifies whether the environment parameter is editable.- Returns:
this
-
name
@Stability(Stable) public CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder name(String name) - Parameters:
name- The name of the environment configuration parameter.- Returns:
this
-
value
@Stability(Stable) public CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty.Builder value(String value) - Parameters:
value- The value of the environment configuration parameter.- Returns:
this
-
build
@Stability(Stable) public CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty>- Returns:
- a new instance of
CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-