Package io.github.cdklabs.projen
Class ProjenrcJson.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.ProjenrcJson.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProjenrcJson>
- Enclosing class:
- ProjenrcJson
@Stability(Experimental) public static final class ProjenrcJson.Builder extends Object implements software.amazon.jsii.Builder<ProjenrcJson>
(experimental) A fluent builder forProjenrcJson.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjenrcJsonbuild()static ProjenrcJson.Buildercreate(Project project)ProjenrcJson.Builderfilename(String filename)(experimental) The name of the projenrc file.
-
-
-
Method Detail
-
create
@Stability(Experimental) public static ProjenrcJson.Builder create(Project project)
- Parameters:
project- This parameter is required.- Returns:
- a new instance of
ProjenrcJson.Builder.
-
filename
@Stability(Experimental) public ProjenrcJson.Builder filename(String filename)
(experimental) The name of the projenrc file.Default: ".projenrc.json"
- Parameters:
filename- The name of the projenrc file. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public ProjenrcJson build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ProjenrcJson>- Returns:
- a newly built instance of
ProjenrcJson.
-
-