Class StepRun.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.circleci.StepRun.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepRunbuild()Builds the configured instance.StepRun.Builderrun(Run run)Sets the value ofStepRun.getRun()
-
-
-
Method Detail
-
run
@Stability(Experimental) public StepRun.Builder run(Run run)
Sets the value ofStepRun.getRun()- Parameters:
run- the value to be set.- Returns:
this
-
build
@Stability(Experimental) public StepRun build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StepRun>- Returns:
- a new instance of
StepRun - Throws:
NullPointerException- if any required attribute was not provided
-
-