Class ProjenrcOptions.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.javascript.ProjenrcOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProjenrcOptions>
- Enclosing interface:
- ProjenrcOptions
@Stability(Experimental) public static final class ProjenrcOptions.Builder extends Object implements software.amazon.jsii.Builder<ProjenrcOptions>
A builder forProjenrcOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjenrcOptionsbuild()Builds the configured instance.ProjenrcOptions.Builderfilename(String filename)Sets the value ofProjenrcOptions.getFilename()
-
-
-
Method Detail
-
filename
@Stability(Experimental) public ProjenrcOptions.Builder filename(String filename)
Sets the value ofProjenrcOptions.getFilename()- Parameters:
filename- The name of the projenrc file.- Returns:
this
-
build
@Stability(Experimental) public ProjenrcOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ProjenrcOptions>- Returns:
- a new instance of
ProjenrcOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-