public static interface GetIntrospectionSchemaResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<GetIntrospectionSchemaResponse.Builder,GetIntrospectionSchemaResponse>
| Modifier and Type | Method and Description | 
|---|---|
GetIntrospectionSchemaResponse.Builder | 
schema(SdkBytes schema)
 The schema, in GraphQL Schema Definition Language (SDL) format. 
 | 
buildsdkHttpResponse, 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.