Class CfnBuildProps.Builder
java.lang.Object
software.amazon.awscdk.services.codebuild.CfnBuildProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBuildProps>
- Enclosing interface:
CfnBuildProps
@Stability(Stable)
public static final class CfnBuildProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBuildProps>
A builder for
CfnBuildProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.projectName(String projectName) Sets the value ofCfnBuildProps.getProjectName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
projectName
Sets the value ofCfnBuildProps.getProjectName()- Parameters:
projectName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBuildProps>- Returns:
- a new instance of
CfnBuildProps - Throws:
NullPointerException- if any required attribute was not provided
-