Class Filter.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.circleci.Filter.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter.Builderbranches(FilterConfig branches)Sets the value ofFilter.getBranches()Filterbuild()Builds the configured instance.Filter.Buildertags(FilterConfig tags)Sets the value ofFilter.getTags()
-
-
-
Method Detail
-
branches
@Stability(Experimental) public Filter.Builder branches(FilterConfig branches)
Sets the value ofFilter.getBranches()- Parameters:
branches- the value to be set.- Returns:
this
-
tags
@Stability(Experimental) public Filter.Builder tags(FilterConfig tags)
Sets the value ofFilter.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
@Stability(Experimental) public Filter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Filter>- Returns:
- a new instance of
Filter - Throws:
NullPointerException- if any required attribute was not provided
-
-