Class CfnProjectPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectPropsMixin>
- Enclosing class:
CfnProjectPropsMixin
@Stability(Stable)
public static final class CfnProjectPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectPropsMixin>
A fluent builder for
CfnProjectPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnProjectPropsMixin.Buildercreate()static CfnProjectPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of a project.domainIdentifier(String domainIdentifier) The identifier of a Amazon DataZone domain where the project exists.domainUnitId(String domainUnitId) The ID of the domain unit.glossaryTerms(List<String> glossaryTerms) The glossary terms that can be used in this Amazon DataZone project.The name of a project.projectProfileId(String projectProfileId) The ID of the project profile.projectProfileVersion(String projectProfileVersion) The project profile version to which the project should be updated.userParameters(List<? extends Object> userParameters) The user parameters of the project.userParameters(IResolvable userParameters) The user parameters of the project.
-
Method Details
-
create
@Stability(Stable) public static CfnProjectPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnProjectPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnProjectPropsMixin.Builder.
-
description
The description of a project.- Parameters:
description- The description of a project. This parameter is required.- Returns:
this- See Also:
-
domainIdentifier
The identifier of a Amazon DataZone domain where the project exists.- Parameters:
domainIdentifier- The identifier of a Amazon DataZone domain where the project exists. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
domainUnitId- The ID of the domain unit. This parameter is required.- Returns:
this- See Also:
-
glossaryTerms
The glossary terms that can be used in this Amazon DataZone project.- Parameters:
glossaryTerms- The glossary terms that can be used in this Amazon DataZone project. This parameter is required.- Returns:
this- See Also:
-
name
The name of a project.- Parameters:
name- The name of a project. This parameter is required.- Returns:
this- See Also:
-
projectProfileId
The ID of the project profile.- Parameters:
projectProfileId- The ID of the project profile. This parameter is required.- Returns:
this- See Also:
-
projectProfileVersion
@Stability(Stable) public CfnProjectPropsMixin.Builder projectProfileVersion(String projectProfileVersion) The project profile version to which the project should be updated.You can only specify the following string for this parameter:
latest.- Parameters:
projectProfileVersion- The project profile version to which the project should be updated. This parameter is required.- Returns:
this- See Also:
-
userParameters
The user parameters of the project.- Parameters:
userParameters- The user parameters of the project. This parameter is required.- Returns:
this- See Also:
-
userParameters
@Stability(Stable) public CfnProjectPropsMixin.Builder userParameters(List<? extends Object> userParameters) The user parameters of the project.- Parameters:
userParameters- The user parameters of the project. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectPropsMixin>- Returns:
- a newly built instance of
CfnProjectPropsMixin.
-