Interface IReusableStackSynthesizer.Jsii$Default

All Superinterfaces:
IReusableStackSynthesizer, IStackSynthesizer, IStackSynthesizer.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IReusableStackSynthesizer.Jsii$Proxy
Enclosing interface:
IReusableStackSynthesizer

@Internal public static interface IReusableStackSynthesizer.Jsii$Default extends IReusableStackSynthesizer, IStackSynthesizer.Jsii$Default
Internal default implementation for IReusableStackSynthesizer.
  • Method Details

    • reusableBind

      @Stability(Stable) @NotNull default IBoundStackSynthesizer reusableBind(@NotNull Stack stack)
      Produce a bound Stack Synthesizer for the given stack.

      This method may be called more than once on the same object.

      Specified by:
      reusableBind in interface IReusableStackSynthesizer
      Parameters:
      stack - This parameter is required.