Package io.github.cdklabs.projen.gitlab
Class Secret.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.gitlab.Secret.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Secretbuild()Builds the configured instance.Secret.Buildervault(VaultConfig vault)Sets the value ofSecret.getVault()
-
-
-
Method Detail
-
vault
@Stability(Experimental) public Secret.Builder vault(VaultConfig vault)
Sets the value ofSecret.getVault()- Parameters:
vault- the value to be set. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public Secret build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Secret>- Returns:
- a new instance of
Secret - Throws:
NullPointerException- if any required attribute was not provided
-
-