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