Package io.github.cdklabs.projen
Class ProjenrcOptions.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.ProjenrcOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProjenrcOptions>
- Enclosing interface:
- ProjenrcOptions
@Stability(Deprecated) @Deprecated public static final class ProjenrcOptions.Builder extends Object implements software.amazon.jsii.Builder<ProjenrcOptions>
Deprecated.A builder forProjenrcOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ProjenrcOptionsbuild()Deprecated.ProjenrcOptions.Builderfilename(String filename)Deprecated.Sets the value ofProjenrcJsonOptions.getFilename()
-
-
-
Method Detail
-
filename
@Stability(Experimental) public ProjenrcOptions.Builder filename(String filename)
Deprecated.Sets the value ofProjenrcJsonOptions.getFilename()- Parameters:
filename- The name of the projenrc file.- Returns:
this
-
build
@Stability(Deprecated) @Deprecated public ProjenrcOptions build()
Deprecated.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
-
-