@Stability(value=Stable) public static final class PipelineBaseProps.Builder extends Object implements software.amazon.jsii.Builder<PipelineBaseProps>
PipelineBaseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PipelineBaseProps |
build()
Builds the configured instance.
|
PipelineBaseProps.Builder |
synth(IFileSetProducer synth)
Sets the value of
PipelineBaseProps.getSynth() |
@Stability(value=Stable) public PipelineBaseProps.Builder synth(IFileSetProducer synth)
PipelineBaseProps.getSynth()synth - The build step that produces the CDK Cloud Assembly. This parameter is required.
The primary output of this step needs to be the cdk.out directory
generated by the cdk synth command.
If you use a ShellStep here and you don't configure an output directory,
the output directory will automatically be assumed to be cdk.out.
this@Stability(value=Stable) public PipelineBaseProps build()
build in interface software.amazon.jsii.Builder<PipelineBaseProps>PipelineBasePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.