Uses of Interface
software.constructs.SynthesisOptions
-
-
Uses of SynthesisOptions in software.constructs
Classes in software.constructs that implement SynthesisOptions Modifier and Type Class Description static class
SynthesisOptions.Jsii$Proxy
An implementation forSynthesisOptions
Methods in software.constructs that return SynthesisOptions Modifier and Type Method Description SynthesisOptions
SynthesisOptions.Builder. build()
Builds the configured instance.Methods in software.constructs with parameters of type SynthesisOptions Modifier and Type Method Description void
Node. synthesize(SynthesisOptions options)
Synthesizes a CloudAssembly from a construct tree.
-