Uses of Class
software.amazon.awscdk.services.codebuild.CommonProjectProps.Builder
Packages that use CommonProjectProps.Builder
-
Uses of CommonProjectProps.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return CommonProjectProps.BuilderModifier and TypeMethodDescriptionCommonProjectProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofCommonProjectProps.getAllowAllOutbound()CommonProjectProps.Builder.autoRetryLimit(Number autoRetryLimit) Sets the value ofCommonProjectProps.getAutoRetryLimit()Sets the value ofCommonProjectProps.getBadge()static CommonProjectProps.BuilderCommonProjectProps.builder()Sets the value ofCommonProjectProps.getBuildSpec()Sets the value ofCommonProjectProps.getCache()CommonProjectProps.Builder.checkSecretsInPlainTextEnvVariables(Boolean checkSecretsInPlainTextEnvVariables) Sets the value ofCommonProjectProps.getCheckSecretsInPlainTextEnvVariables()CommonProjectProps.Builder.concurrentBuildLimit(Number concurrentBuildLimit) Sets the value ofCommonProjectProps.getConcurrentBuildLimit()CommonProjectProps.Builder.description(String description) Sets the value ofCommonProjectProps.getDescription()CommonProjectProps.Builder.encryptionKey(IKey encryptionKey) Sets the value ofCommonProjectProps.getEncryptionKey()CommonProjectProps.Builder.environment(BuildEnvironment environment) Sets the value ofCommonProjectProps.getEnvironment()CommonProjectProps.Builder.environmentVariables(Map<String, ? extends BuildEnvironmentVariable> environmentVariables) Sets the value ofCommonProjectProps.getEnvironmentVariables()CommonProjectProps.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()CommonProjectProps.Builder.grantReportGroupPermissions(Boolean grantReportGroupPermissions) Sets the value ofCommonProjectProps.getGrantReportGroupPermissions()CommonProjectProps.Builder.logging(LoggingOptions logging) Sets the value ofCommonProjectProps.getLogging()CommonProjectProps.Builder.projectName(String projectName) Sets the value ofCommonProjectProps.getProjectName()CommonProjectProps.Builder.queuedTimeout(Duration queuedTimeout) Sets the value ofCommonProjectProps.getQueuedTimeout()Sets the value ofCommonProjectProps.getRole()CommonProjectProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCommonProjectProps.getSecurityGroups()CommonProjectProps.Builder.ssmSessionPermissions(Boolean ssmSessionPermissions) Sets the value ofCommonProjectProps.getSsmSessionPermissions()CommonProjectProps.Builder.subnetSelection(SubnetSelection subnetSelection) Sets the value ofCommonProjectProps.getSubnetSelection()Sets the value ofCommonProjectProps.getTimeout()CommonProjectProps.Builder.visibility(ProjectVisibility visibility) Sets the value ofCommonProjectProps.getVisibility()Sets the value ofCommonProjectProps.getVpc()Constructors in software.amazon.awscdk.services.codebuild with parameters of type CommonProjectProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CommonProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCommonProjectProps.Builder.