Class CfnProjectMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectMixinProps>
- Enclosing interface:
CfnProjectMixinProps
@Stability(Stable)
public static final class CfnProjectMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectMixinProps>
A builder for
CfnProjectMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnProjectMixinProps.getDescription()domainIdentifier(String domainIdentifier) Sets the value ofCfnProjectMixinProps.getDomainIdentifier()domainUnitId(String domainUnitId) Sets the value ofCfnProjectMixinProps.getDomainUnitId()glossaryTerms(List<String> glossaryTerms) Sets the value ofCfnProjectMixinProps.getGlossaryTerms()Sets the value ofCfnProjectMixinProps.getName()projectProfileId(String projectProfileId) Sets the value ofCfnProjectMixinProps.getProjectProfileId()projectProfileVersion(String projectProfileVersion) Sets the value ofCfnProjectMixinProps.getProjectProfileVersion()userParameters(List<? extends Object> userParameters) Sets the value ofCfnProjectMixinProps.getUserParameters()userParameters(IResolvable userParameters) Sets the value ofCfnProjectMixinProps.getUserParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnProjectMixinProps.getDescription()- Parameters:
description- The description of a project.- Returns:
this
-
domainIdentifier
Sets the value ofCfnProjectMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The identifier of a Amazon DataZone domain where the project exists.- Returns:
this
-
domainUnitId
Sets the value ofCfnProjectMixinProps.getDomainUnitId()- Parameters:
domainUnitId- The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.- Returns:
this
-
glossaryTerms
Sets the value ofCfnProjectMixinProps.getGlossaryTerms()- Parameters:
glossaryTerms- The glossary terms that can be used in this Amazon DataZone project.- Returns:
this
-
name
Sets the value ofCfnProjectMixinProps.getName()- Parameters:
name- The name of a project.- Returns:
this
-
projectProfileId
Sets the value ofCfnProjectMixinProps.getProjectProfileId()- Parameters:
projectProfileId- The ID of the project profile.- Returns:
this
-
projectProfileVersion
@Stability(Stable) public CfnProjectMixinProps.Builder projectProfileVersion(String projectProfileVersion) Sets the value ofCfnProjectMixinProps.getProjectProfileVersion()- Parameters:
projectProfileVersion- The project profile version to which the project should be updated. You can only specify the following string for this parameter:latest.- Returns:
this
-
userParameters
Sets the value ofCfnProjectMixinProps.getUserParameters()- Parameters:
userParameters- The user parameters of the project.- Returns:
this
-
userParameters
@Stability(Stable) public CfnProjectMixinProps.Builder userParameters(List<? extends Object> userParameters) Sets the value ofCfnProjectMixinProps.getUserParameters()- Parameters:
userParameters- The user parameters of the project.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectMixinProps>- Returns:
- a new instance of
CfnProjectMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-