Class RenderWorkflowSetupOptions.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.javascript.RenderWorkflowSetupOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<RenderWorkflowSetupOptions>
- Enclosing interface:
- RenderWorkflowSetupOptions
@Stability(Experimental) public static final class RenderWorkflowSetupOptions.Builder extends Object implements software.amazon.jsii.Builder<RenderWorkflowSetupOptions>
A builder forRenderWorkflowSetupOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderWorkflowSetupOptionsbuild()Builds the configured instance.RenderWorkflowSetupOptions.BuilderinstallStepConfiguration(JobStepConfiguration installStepConfiguration)Sets the value ofRenderWorkflowSetupOptions.getInstallStepConfiguration()RenderWorkflowSetupOptions.Buildermutable(Boolean mutable)Sets the value ofRenderWorkflowSetupOptions.getMutable()
-
-
-
Method Detail
-
installStepConfiguration
@Stability(Experimental) public RenderWorkflowSetupOptions.Builder installStepConfiguration(JobStepConfiguration installStepConfiguration)
Sets the value ofRenderWorkflowSetupOptions.getInstallStepConfiguration()- Parameters:
installStepConfiguration- Configure the install step in the workflow setup.- Returns:
this
-
mutable
@Stability(Experimental) public RenderWorkflowSetupOptions.Builder mutable(Boolean mutable)
Sets the value ofRenderWorkflowSetupOptions.getMutable()- Parameters:
mutable- Should the package lockfile be updated?.- Returns:
this
-
build
@Stability(Experimental) public RenderWorkflowSetupOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RenderWorkflowSetupOptions>- Returns:
- a new instance of
RenderWorkflowSetupOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-