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