Interface ISchemaConfig.Jsii$Default
- All Superinterfaces:
ISchemaConfig
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISchemaConfig.Jsii$Proxy
- Enclosing interface:
ISchemaConfig
Internal default implementation for
ISchemaConfig
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ISchemaConfig
ISchemaConfig.Jsii$Default, ISchemaConfig.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getApiId()
The ID of the api the schema is bound to.default String
The schema definition string.default void
The ID of the api the schema is bound to.default void
setDefinition
(String value) The schema definition string.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiId
The ID of the api the schema is bound to.- Specified by:
getApiId
in interfaceISchemaConfig
-
setApiId
The ID of the api the schema is bound to.- Specified by:
setApiId
in interfaceISchemaConfig
-
getDefinition
The schema definition string.- Specified by:
getDefinition
in interfaceISchemaConfig
-
setDefinition
The schema definition string.- Specified by:
setDefinition
in interfaceISchemaConfig
-