Uses of Class
software.amazon.awscdk.services.codebuild.CfnProjectProps.Builder
Packages that use CfnProjectProps.Builder
-
Uses of CfnProjectProps.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return CfnProjectProps.BuilderModifier and TypeMethodDescriptionCfnProjectProps.Builder.artifacts(IResolvable artifacts) Sets the value ofCfnProjectProps.getArtifacts()CfnProjectProps.Builder.artifacts(CfnProject.ArtifactsProperty artifacts) Sets the value ofCfnProjectProps.getArtifacts()CfnProjectProps.Builder.badgeEnabled(Boolean badgeEnabled) Sets the value ofCfnProjectProps.getBadgeEnabled()CfnProjectProps.Builder.badgeEnabled(IResolvable badgeEnabled) Sets the value ofCfnProjectProps.getBadgeEnabled()CfnProjectProps.Builder.buildBatchConfig(IResolvable buildBatchConfig) Sets the value ofCfnProjectProps.getBuildBatchConfig()CfnProjectProps.Builder.buildBatchConfig(CfnProject.ProjectBuildBatchConfigProperty buildBatchConfig) Sets the value ofCfnProjectProps.getBuildBatchConfig()static CfnProjectProps.BuilderCfnProjectProps.builder()CfnProjectProps.Builder.cache(IResolvable cache) Sets the value ofCfnProjectProps.getCache()CfnProjectProps.Builder.cache(CfnProject.ProjectCacheProperty cache) Sets the value ofCfnProjectProps.getCache()CfnProjectProps.Builder.concurrentBuildLimit(Number concurrentBuildLimit) Sets the value ofCfnProjectProps.getConcurrentBuildLimit()CfnProjectProps.Builder.description(String description) Sets the value ofCfnProjectProps.getDescription()CfnProjectProps.Builder.encryptionKey(String encryptionKey) Sets the value ofCfnProjectProps.getEncryptionKey()CfnProjectProps.Builder.environment(IResolvable environment) Sets the value ofCfnProjectProps.getEnvironment()CfnProjectProps.Builder.environment(CfnProject.EnvironmentProperty environment) Sets the value ofCfnProjectProps.getEnvironment()CfnProjectProps.Builder.fileSystemLocations(List<? extends Object> fileSystemLocations) Sets the value ofCfnProjectProps.getFileSystemLocations()CfnProjectProps.Builder.fileSystemLocations(IResolvable fileSystemLocations) Sets the value ofCfnProjectProps.getFileSystemLocations()CfnProjectProps.Builder.logsConfig(IResolvable logsConfig) Sets the value ofCfnProjectProps.getLogsConfig()CfnProjectProps.Builder.logsConfig(CfnProject.LogsConfigProperty logsConfig) Sets the value ofCfnProjectProps.getLogsConfig()Sets the value ofCfnProjectProps.getName()CfnProjectProps.Builder.queuedTimeoutInMinutes(Number queuedTimeoutInMinutes) Sets the value ofCfnProjectProps.getQueuedTimeoutInMinutes()CfnProjectProps.Builder.resourceAccessRole(String resourceAccessRole) Sets the value ofCfnProjectProps.getResourceAccessRole()CfnProjectProps.Builder.secondaryArtifacts(List<? extends Object> secondaryArtifacts) Sets the value ofCfnProjectProps.getSecondaryArtifacts()CfnProjectProps.Builder.secondaryArtifacts(IResolvable secondaryArtifacts) Sets the value ofCfnProjectProps.getSecondaryArtifacts()CfnProjectProps.Builder.secondarySources(List<? extends Object> secondarySources) Sets the value ofCfnProjectProps.getSecondarySources()CfnProjectProps.Builder.secondarySources(IResolvable secondarySources) Sets the value ofCfnProjectProps.getSecondarySources()CfnProjectProps.Builder.secondarySourceVersions(List<? extends Object> secondarySourceVersions) Sets the value ofCfnProjectProps.getSecondarySourceVersions()CfnProjectProps.Builder.secondarySourceVersions(IResolvable secondarySourceVersions) Sets the value ofCfnProjectProps.getSecondarySourceVersions()CfnProjectProps.Builder.serviceRole(String serviceRole) Sets the value ofCfnProjectProps.getServiceRole()CfnProjectProps.Builder.source(IResolvable source) Sets the value ofCfnProjectProps.getSource()CfnProjectProps.Builder.source(CfnProject.SourceProperty source) Sets the value ofCfnProjectProps.getSource()CfnProjectProps.Builder.sourceVersion(String sourceVersion) Sets the value ofCfnProjectProps.getSourceVersion()Sets the value ofCfnProjectProps.getTags()CfnProjectProps.Builder.timeoutInMinutes(Number timeoutInMinutes) Sets the value ofCfnProjectProps.getTimeoutInMinutes()CfnProjectProps.Builder.triggers(IResolvable triggers) Sets the value ofCfnProjectProps.getTriggers()CfnProjectProps.Builder.triggers(CfnProject.ProjectTriggersProperty triggers) Sets the value ofCfnProjectProps.getTriggers()CfnProjectProps.Builder.visibility(String visibility) Sets the value ofCfnProjectProps.getVisibility()CfnProjectProps.Builder.vpcConfig(IResolvable vpcConfig) Sets the value ofCfnProjectProps.getVpcConfig()CfnProjectProps.Builder.vpcConfig(CfnProject.VpcConfigProperty vpcConfig) Sets the value ofCfnProjectProps.getVpcConfig()Constructors in software.amazon.awscdk.services.codebuild with parameters of type CfnProjectProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectProps.Builder.