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