Package io.github.cdklabs.projen.gitlab
Class Assets.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.gitlab.Assets.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Assetsbuild()Builds the configured instance.Assets.Builderlinks(List<? extends Link> links)Sets the value ofAssets.getLinks()
-
-
-
Method Detail
-
links
@Stability(Experimental) public Assets.Builder links(List<? extends Link> links)
Sets the value ofAssets.getLinks()- Parameters:
links- Include asset links in the release. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public Assets build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Assets>- Returns:
- a new instance of
Assets - Throws:
NullPointerException- if any required attribute was not provided
-
-