Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectPropsMixin.Builder
Packages that use CfnProjectPropsMixin.Builder
-
Uses of CfnProjectPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datazone
Methods in software.amazon.awscdk.cfnpropertymixins.services.datazone that return CfnProjectPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnProjectPropsMixin.BuilderCfnProjectPropsMixin.Builder.create()static CfnProjectPropsMixin.BuilderCfnProjectPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnProjectPropsMixin.Builder.description(String description) The description of a project.CfnProjectPropsMixin.Builder.domainIdentifier(String domainIdentifier) The identifier of a Amazon DataZone domain where the project exists.CfnProjectPropsMixin.Builder.domainUnitId(String domainUnitId) The ID of the domain unit.CfnProjectPropsMixin.Builder.glossaryTerms(List<String> glossaryTerms) The glossary terms that can be used in this Amazon DataZone project.The name of a project.CfnProjectPropsMixin.Builder.projectProfileId(String projectProfileId) The ID of the project profile.CfnProjectPropsMixin.Builder.projectProfileVersion(String projectProfileVersion) The project profile version to which the project should be updated.CfnProjectPropsMixin.Builder.userParameters(List<? extends Object> userParameters) The user parameters of the project.CfnProjectPropsMixin.Builder.userParameters(IResolvable userParameters) The user parameters of the project.