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