Interface LazyListValueOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
LazyListValueOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)", date="2024-01-18T16:17:07.240Z") @Stability(Experimental) public interface LazyListValueOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Options for creating a lazy list token.
  • Method Details

    • getDisplayHint

      @Stability(Experimental) @Nullable default String getDisplayHint()
      (experimental) Use the given name as a display hint.

      Default: - No hint

    • getOmitEmpty

      @Stability(Experimental) @Nullable default Boolean getOmitEmpty()
      (experimental) If the produced list is empty, return 'undefined' instead.

      Default: false

    • builder

      @Stability(Experimental) static LazyListValueOptions.Builder builder()
      Returns:
      a LazyListValueOptions.Builder of LazyListValueOptions