Uses of Class
software.amazon.awscdk.services.codebuild.ProjectProps.Builder
Packages that use ProjectProps.Builder
-
Uses of ProjectProps.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return ProjectProps.BuilderModifier and TypeMethodDescriptionProjectProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofCommonProjectProps.getAllowAllOutbound()ProjectProps.Builder.artifacts(IArtifacts artifacts) Sets the value ofProjectProps.getArtifacts()Sets the value ofCommonProjectProps.getBadge()static ProjectProps.BuilderProjectProps.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.subnetSelection(SubnetSelection subnetSelection) Sets the value ofCommonProjectProps.getSubnetSelection()Sets the value ofCommonProjectProps.getTimeout()Sets the value ofCommonProjectProps.getVpc()Constructors in software.amazon.awscdk.services.codebuild with parameters of type ProjectProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theProjectProps.Builder.