Uses of Class
software.amazon.awscdk.pipelines.CodeBuildStep.Builder
-
Uses of CodeBuildStep.Builder in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptionCodeBuildStep.Builder.actionRole
(IRole actionRole) Custom execution role to be used for the Code Build Action.CodeBuildStep.Builder.additionalInputs
(Map<String, ? extends IFileSetProducer> additionalInputs) Additional FileSets to put in other directories.CodeBuildStep.Builder.buildEnvironment
(BuildEnvironment buildEnvironment) Changes to environment.Caching strategy to use.Commands to run.static CodeBuildStep.Builder
Environment variables to set.CodeBuildStep.Builder.envFromCfnOutputs
(Map<String, ? extends CfnOutput> envFromCfnOutputs) Set environment variables based on Stack Outputs.CodeBuildStep.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) ProjectFileSystemLocation objects for CodeBuild build projects.CodeBuildStep.Builder.input
(IFileSetProducer input) FileSet to run these scripts on.CodeBuildStep.Builder.installCommands
(List<String> installCommands) Installation commands to run before the regular commands.CodeBuildStep.Builder.logging
(LoggingOptions logging) Information about logs for CodeBuild projects.CodeBuildStep.Builder.partialBuildSpec
(BuildSpec partialBuildSpec) Additional configuration that can only be configured via BuildSpec.CodeBuildStep.Builder.primaryOutputDirectory
(String primaryOutputDirectory) The directory that will contain the primary output fileset.CodeBuildStep.Builder.projectName
(String projectName) Name for the generated CodeBuild project.Custom execution role to be used for the CodeBuild project.CodeBuildStep.Builder.rolePolicyStatements
(List<? extends PolicyStatement> rolePolicyStatements) Policy statements to add to role used during the synth.CodeBuildStep.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Which security group to associate with the script's project network interfaces.CodeBuildStep.Builder.subnetSelection
(SubnetSelection subnetSelection) Which subnets to use.The number of minutes after which AWS CodeBuild stops the build if it's not complete.The VPC where to execute the SimpleSynth.