Interface ISchemaConfig

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:02.940Z") @Stability(Stable) public interface ISchemaConfig extends software.amazon.jsii.JsiiSerializable
Configuration for bound graphql schema.

Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    The ID of the api the schema is bound to.
    The schema definition string.
    void
    The ID of the api the schema is bound to.
    void
    The schema definition string.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getApiId

      @Stability(Stable) @NotNull String getApiId()
      The ID of the api the schema is bound to.
    • setApiId

      void setApiId(@NotNull String value)
      The ID of the api the schema is bound to.
    • getDefinition

      @Stability(Stable) @NotNull String getDefinition()
      The schema definition string.
    • setDefinition

      void setDefinition(@NotNull String value)
      The schema definition string.