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()membershipAssignments(List<? extends Object> membershipAssignments) Sets the value ofCfnProjectMixinProps.getMembershipAssignments()membershipAssignments(IResolvable membershipAssignments) Sets the value ofCfnProjectMixinProps.getMembershipAssignments()Sets the value ofCfnProjectMixinProps.getName()projectCategory(String projectCategory) Sets the value ofCfnProjectMixinProps.getProjectCategory()projectExecutionRole(String projectExecutionRole) Sets the value ofCfnProjectMixinProps.getProjectExecutionRole()projectProfileId(String projectProfileId) Sets the value ofCfnProjectMixinProps.getProjectProfileId()projectProfileVersion(String projectProfileVersion) Sets the value ofCfnProjectMixinProps.getProjectProfileVersion()resourceTags(List<? extends Object> resourceTags) Sets the value ofCfnProjectMixinProps.getResourceTags()resourceTags(IResolvable resourceTags) Sets the value ofCfnProjectMixinProps.getResourceTags()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
-
membershipAssignments
@Stability(Stable) public CfnProjectMixinProps.Builder membershipAssignments(IResolvable membershipAssignments) Sets the value ofCfnProjectMixinProps.getMembershipAssignments()- Parameters:
membershipAssignments- The project membership assignments.- Returns:
this
-
membershipAssignments
@Stability(Stable) public CfnProjectMixinProps.Builder membershipAssignments(List<? extends Object> membershipAssignments) Sets the value ofCfnProjectMixinProps.getMembershipAssignments()- Parameters:
membershipAssignments- The project membership assignments.- Returns:
this
-
name
Sets the value ofCfnProjectMixinProps.getName()- Parameters:
name- The name of a project.- Returns:
this
-
projectCategory
Sets the value ofCfnProjectMixinProps.getProjectCategory()- Parameters:
projectCategory- The project category.- Returns:
this
-
projectExecutionRole
@Stability(Stable) public CfnProjectMixinProps.Builder projectExecutionRole(String projectExecutionRole) Sets the value ofCfnProjectMixinProps.getProjectExecutionRole()- Parameters:
projectExecutionRole- The project execution role ARN.- 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
-
resourceTags
Sets the value ofCfnProjectMixinProps.getResourceTags()- Parameters:
resourceTags- The resource tags of the project.- Returns:
this
-
resourceTags
@Stability(Stable) public CfnProjectMixinProps.Builder resourceTags(List<? extends Object> resourceTags) Sets the value ofCfnProjectMixinProps.getResourceTags()- Parameters:
resourceTags- The resource tags of the project.- 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
-