Package io.github.cdklabs.projen.gitlab
Class Engine.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.gitlab.Engine.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enginebuild()Builds the configured instance.Engine.Buildername(String name)Sets the value ofEngine.getName()Engine.Builderpath(String path)Sets the value ofEngine.getPath()
-
-
-
Method Detail
-
name
@Stability(Experimental) public Engine.Builder name(String name)
Sets the value ofEngine.getName()- Parameters:
name- Name of the secrets engine. This parameter is required.- Returns:
this
-
path
@Stability(Experimental) public Engine.Builder path(String path)
Sets the value ofEngine.getPath()- Parameters:
path- Path to the secrets engine. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public Engine build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Engine>- Returns:
- a new instance of
Engine - Throws:
NullPointerException- if any required attribute was not provided
-
-