Interface ISource.Jsii$Default

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

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

    • getBadgeSupported

      @Stability(Stable) @NotNull default Boolean getBadgeSupported()
      Specified by:
      getBadgeSupported in interface ISource
    • getType

      @Stability(Stable) @NotNull default String getType()
      Specified by:
      getType in interface ISource
    • getIdentifier

      @Stability(Stable) @Nullable default String getIdentifier()
      Specified by:
      getIdentifier in interface ISource
    • bind

      @Stability(Stable) @NotNull default SourceConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
      Specified by:
      bind in interface ISource
      Parameters:
      scope - This parameter is required.
      project - This parameter is required.