Class CfnEnvironmentMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentMixinProps>
- Enclosing interface:
CfnEnvironmentMixinProps
@Stability(Stable)
public static final class CfnEnvironmentMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentMixinProps>
A builder for
CfnEnvironmentMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deploymentOrder(Number deploymentOrder) Sets the value ofCfnEnvironmentMixinProps.getDeploymentOrder()description(String description) Sets the value ofCfnEnvironmentMixinProps.getDescription()domainIdentifier(String domainIdentifier) Sets the value ofCfnEnvironmentMixinProps.getDomainIdentifier()environmentAccountIdentifier(String environmentAccountIdentifier) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentAccountIdentifier()environmentAccountRegion(String environmentAccountRegion) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentAccountRegion()environmentBlueprintIdentifier(String environmentBlueprintIdentifier) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentBlueprintIdentifier()environmentConfigurationId(String environmentConfigurationId) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentConfigurationId()environmentProfileIdentifier(String environmentProfileIdentifier) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentProfileIdentifier()environmentRoleArn(String environmentRoleArn) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentRoleArn()glossaryTerms(List<String> glossaryTerms) Sets the value ofCfnEnvironmentMixinProps.getGlossaryTerms()Sets the value ofCfnEnvironmentMixinProps.getName()projectIdentifier(String projectIdentifier) Sets the value ofCfnEnvironmentMixinProps.getProjectIdentifier()userParameters(List<? extends Object> userParameters) Sets the value ofCfnEnvironmentMixinProps.getUserParameters()userParameters(IResolvable userParameters) Sets the value ofCfnEnvironmentMixinProps.getUserParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deploymentOrder
Sets the value ofCfnEnvironmentMixinProps.getDeploymentOrder()- Parameters:
deploymentOrder- The deployment order for the environment.- Returns:
this
-
description
Sets the value ofCfnEnvironmentMixinProps.getDescription()- Parameters:
description- The description of the environment.- Returns:
this
-
domainIdentifier
@Stability(Stable) public CfnEnvironmentMixinProps.Builder domainIdentifier(String domainIdentifier) Sets the value ofCfnEnvironmentMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which the environment is created.- Returns:
this
-
environmentAccountIdentifier
@Stability(Stable) public CfnEnvironmentMixinProps.Builder environmentAccountIdentifier(String environmentAccountIdentifier) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentAccountIdentifier()- Parameters:
environmentAccountIdentifier- The identifier of the AWS account in which an environment exists.- Returns:
this
-
environmentAccountRegion
@Stability(Stable) public CfnEnvironmentMixinProps.Builder environmentAccountRegion(String environmentAccountRegion) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentAccountRegion()- Parameters:
environmentAccountRegion- The AWS Region in which an environment exists.- Returns:
this
-
environmentBlueprintIdentifier
@Stability(Stable) public CfnEnvironmentMixinProps.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentBlueprintIdentifier()- Parameters:
environmentBlueprintIdentifier- The identifier of the environment blueprint.- Returns:
this
-
environmentConfigurationId
@Stability(Stable) public CfnEnvironmentMixinProps.Builder environmentConfigurationId(String environmentConfigurationId) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentConfigurationId()- Parameters:
environmentConfigurationId- The identifier of the environment configuration.- Returns:
this
-
environmentProfileIdentifier
@Stability(Stable) public CfnEnvironmentMixinProps.Builder environmentProfileIdentifier(String environmentProfileIdentifier) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentProfileIdentifier()- Parameters:
environmentProfileIdentifier- The identifier of the environment profile that is used to create this Amazon DataZone environment.- Returns:
this
-
environmentRoleArn
@Stability(Stable) public CfnEnvironmentMixinProps.Builder environmentRoleArn(String environmentRoleArn) Sets the value ofCfnEnvironmentMixinProps.getEnvironmentRoleArn()- Parameters:
environmentRoleArn- The ARN of the environment role.- Returns:
this
-
glossaryTerms
@Stability(Stable) public CfnEnvironmentMixinProps.Builder glossaryTerms(List<String> glossaryTerms) Sets the value ofCfnEnvironmentMixinProps.getGlossaryTerms()- Parameters:
glossaryTerms- The glossary terms that can be used in this Amazon DataZone environment.- Returns:
this
-
name
Sets the value ofCfnEnvironmentMixinProps.getName()- Parameters:
name- The name of the Amazon DataZone environment.- Returns:
this
-
projectIdentifier
@Stability(Stable) public CfnEnvironmentMixinProps.Builder projectIdentifier(String projectIdentifier) Sets the value ofCfnEnvironmentMixinProps.getProjectIdentifier()- Parameters:
projectIdentifier- The identifier of the Amazon DataZone project in which this environment is created.- Returns:
this
-
userParameters
@Stability(Stable) public CfnEnvironmentMixinProps.Builder userParameters(IResolvable userParameters) Sets the value ofCfnEnvironmentMixinProps.getUserParameters()- Parameters:
userParameters- The user parameters of this Amazon DataZone environment.- Returns:
this
-
userParameters
@Stability(Stable) public CfnEnvironmentMixinProps.Builder userParameters(List<? extends Object> userParameters) Sets the value ofCfnEnvironmentMixinProps.getUserParameters()- Parameters:
userParameters- The user parameters of this Amazon DataZone environment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentMixinProps>- Returns:
- a new instance of
CfnEnvironmentMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-