Package io.github.cdklabs.projen.web
Class TailwindConfigOptions.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.web.TailwindConfigOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<TailwindConfigOptions>
- Enclosing interface:
- TailwindConfigOptions
@Stability(Experimental) public static final class TailwindConfigOptions.Builder extends Object implements software.amazon.jsii.Builder<TailwindConfigOptions>
A builder forTailwindConfigOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TailwindConfigOptionsbuild()Builds the configured instance.TailwindConfigOptions.BuilderfileName(String fileName)Sets the value ofTailwindConfigOptions.getFileName()
-
-
-
Method Detail
-
fileName
@Stability(Experimental) public TailwindConfigOptions.Builder fileName(String fileName)
Sets the value ofTailwindConfigOptions.getFileName()- Parameters:
fileName- the value to be set.- Returns:
this
-
build
@Stability(Experimental) public TailwindConfigOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TailwindConfigOptions>- Returns:
- a new instance of
TailwindConfigOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-