Interface IListProducer

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IListProducer.Jsii$Default
All Known Implementing Classes:
IListProducer.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.075Z") @Stability(Stable) public interface IListProducer extends software.amazon.jsii.JsiiSerializable
Interface for lazy list producers.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IListProducer.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Produce the list value.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • produce

      @Stability(Stable) @Nullable List<String> produce(@NotNull IResolveContext context)
      Produce the list value.

      Parameters:
      context - This parameter is required.