Uses of Class
software.amazon.awscdk.services.codebuild.ProjectProps.Builder
-
Uses of ProjectProps.Builder in software.amazon.awscdk.services.codebuild
Modifier and TypeMethodDescriptionProjectProps.Builder.allowAllOutbound
(Boolean allowAllOutbound) Sets the value ofCommonProjectProps.getAllowAllOutbound()
ProjectProps.Builder.artifacts
(IArtifacts artifacts) Sets the value ofProjectProps.getArtifacts()
ProjectProps.Builder.autoRetryLimit
(Number autoRetryLimit) Sets the value ofCommonProjectProps.getAutoRetryLimit()
Sets the value ofCommonProjectProps.getBadge()
static ProjectProps.Builder
ProjectProps.builder()
Sets the value ofCommonProjectProps.getBuildSpec()
Sets the value ofCommonProjectProps.getCache()
ProjectProps.Builder.checkSecretsInPlainTextEnvVariables
(Boolean checkSecretsInPlainTextEnvVariables) Sets the value ofCommonProjectProps.getCheckSecretsInPlainTextEnvVariables()
ProjectProps.Builder.concurrentBuildLimit
(Number concurrentBuildLimit) Sets the value ofCommonProjectProps.getConcurrentBuildLimit()
ProjectProps.Builder.description
(String description) Sets the value ofCommonProjectProps.getDescription()
ProjectProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofCommonProjectProps.getEncryptionKey()
ProjectProps.Builder.environment
(BuildEnvironment environment) Sets the value ofCommonProjectProps.getEnvironment()
ProjectProps.Builder.environmentVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables) Sets the value ofCommonProjectProps.getEnvironmentVariables()
ProjectProps.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()
ProjectProps.Builder.grantReportGroupPermissions
(Boolean grantReportGroupPermissions) Sets the value ofCommonProjectProps.getGrantReportGroupPermissions()
ProjectProps.Builder.logging
(LoggingOptions logging) Sets the value ofCommonProjectProps.getLogging()
ProjectProps.Builder.projectName
(String projectName) Sets the value ofCommonProjectProps.getProjectName()
ProjectProps.Builder.queuedTimeout
(Duration queuedTimeout) Sets the value ofCommonProjectProps.getQueuedTimeout()
Sets the value ofCommonProjectProps.getRole()
ProjectProps.Builder.secondaryArtifacts
(List<? extends IArtifacts> secondaryArtifacts) Sets the value ofProjectProps.getSecondaryArtifacts()
ProjectProps.Builder.secondarySources
(List<? extends ISource> secondarySources) Sets the value ofProjectProps.getSecondarySources()
ProjectProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofCommonProjectProps.getSecurityGroups()
Sets the value ofProjectProps.getSource()
ProjectProps.Builder.ssmSessionPermissions
(Boolean ssmSessionPermissions) Sets the value ofCommonProjectProps.getSsmSessionPermissions()
ProjectProps.Builder.subnetSelection
(SubnetSelection subnetSelection) Sets the value ofCommonProjectProps.getSubnetSelection()
Sets the value ofCommonProjectProps.getTimeout()
ProjectProps.Builder.visibility
(ProjectVisibility visibility) Sets the value ofCommonProjectProps.getVisibility()
Sets the value ofCommonProjectProps.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theProjectProps.Builder
.