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