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.membershipAssignments(List<? extends Object> membershipAssignments) The project membership assignments.membershipAssignments(IResolvable membershipAssignments) The project membership assignments.The name of a project.projectCategory(String projectCategory) The project category.projectExecutionRole(String projectExecutionRole) The project execution role ARN.projectProfileId(String projectProfileId) The ID of the project profile.projectProfileVersion(String projectProfileVersion) The project profile version to which the project should be updated.resourceTags(List<? extends Object> resourceTags) The resource tags of the project.resourceTags(IResolvable resourceTags) The resource tags of the project.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:
-
membershipAssignments
@Stability(Stable) public CfnProjectPropsMixin.Builder membershipAssignments(IResolvable membershipAssignments) The project membership assignments.- Parameters:
membershipAssignments- The project membership assignments. This parameter is required.- Returns:
this- See Also:
-
membershipAssignments
@Stability(Stable) public CfnProjectPropsMixin.Builder membershipAssignments(List<? extends Object> membershipAssignments) The project membership assignments.- Parameters:
membershipAssignments- The project membership assignments. 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:
-
projectCategory
The project category.- Parameters:
projectCategory- The project category. This parameter is required.- Returns:
this- See Also:
-
projectExecutionRole
@Stability(Stable) public CfnProjectPropsMixin.Builder projectExecutionRole(String projectExecutionRole) The project execution role ARN.- Parameters:
projectExecutionRole- The project execution role ARN. 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:
-
resourceTags
The resource tags of the project.- Parameters:
resourceTags- The resource tags of the project. This parameter is required.- Returns:
this- See Also:
-
resourceTags
@Stability(Stable) public CfnProjectPropsMixin.Builder resourceTags(List<? extends Object> resourceTags) The resource tags of the project.- Parameters:
resourceTags- The resource tags of the project. 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.
-