public static interface GetIntrospectionSchemaResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<GetIntrospectionSchemaResponse.Builder,GetIntrospectionSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIntrospectionSchemaResponse.Builder |
schema(SdkBytes schema)
The schema, in GraphQL Schema Definition Language (SDL) format.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetIntrospectionSchemaResponse.Builder schema(SdkBytes schema)
The schema, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
schema - The schema, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.