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.Builder
CodeBuildStepProps.builder()
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.input
(IFileSetProducer input) Sets the value ofShellStepProps.getInput()
CodeBuildStepProps.Builder.installCommands
(List<String> installCommands) Sets the value ofShellStepProps.getInstallCommands()
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.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CodeBuildStepProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeBuildStepProps.Builder
.