Uses of Class
software.amazon.awscdk.pipelines.CodeBuildStepProps.Builder
Packages that use CodeBuildStepProps.Builder
-
Uses of CodeBuildStepProps.Builder in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return CodeBuildStepProps.BuilderModifier and TypeMethodDescriptionCodeBuildStepProps.Builder.actionRole(IRole actionRole) Sets the value ofCodeBuildStepProps.getActionRole()CodeBuildStepProps.Builder.additionalInputs(Map<String, ? extends IFileSetProducer> additionalInputs) Sets the value ofShellStepProps.getAdditionalInputs()CodeBuildStepProps.Builder.buildEnvironment(BuildEnvironment buildEnvironment) Sets the value ofCodeBuildStepProps.getBuildEnvironment()static CodeBuildStepProps.BuilderCodeBuildStepProps.builder()Sets the value ofCodeBuildStepProps.getCache()Sets the value ofShellStepProps.getCommands()Sets the value ofShellStepProps.getEnv()CodeBuildStepProps.Builder.envFromCfnOutputs(Map<String, ? extends CfnOutput> envFromCfnOutputs) Sets the value ofShellStepProps.getEnvFromCfnOutputs()CodeBuildStepProps.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCodeBuildStepProps.getFileSystemLocations()CodeBuildStepProps.Builder.input(IFileSetProducer input) Sets the value ofShellStepProps.getInput()CodeBuildStepProps.Builder.installCommands(List<String> installCommands) Sets the value ofShellStepProps.getInstallCommands()CodeBuildStepProps.Builder.logging(LoggingOptions logging) Sets the value ofCodeBuildStepProps.getLogging()CodeBuildStepProps.Builder.partialBuildSpec(BuildSpec partialBuildSpec) Sets the value ofCodeBuildStepProps.getPartialBuildSpec()CodeBuildStepProps.Builder.primaryOutputDirectory(String primaryOutputDirectory) Sets the value ofShellStepProps.getPrimaryOutputDirectory()CodeBuildStepProps.Builder.projectName(String projectName) Sets the value ofCodeBuildStepProps.getProjectName()Sets the value ofCodeBuildStepProps.getRole()CodeBuildStepProps.Builder.rolePolicyStatements(List<? extends PolicyStatement> rolePolicyStatements) Sets the value ofCodeBuildStepProps.getRolePolicyStatements()CodeBuildStepProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCodeBuildStepProps.getSecurityGroups()CodeBuildStepProps.Builder.subnetSelection(SubnetSelection subnetSelection) Sets the value ofCodeBuildStepProps.getSubnetSelection()Sets the value ofCodeBuildStepProps.getTimeout()Sets the value ofCodeBuildStepProps.getVpc()Constructors in software.amazon.awscdk.pipelines with parameters of type CodeBuildStepProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CodeBuildStepProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeBuildStepProps.Builder.