Interface GetIntrospectionSchemaResponse.Builder
-
- All Superinterfaces:
AppSyncResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIntrospectionSchemaResponse.Builder,GetIntrospectionSchemaResponse>
,SdkBuilder<GetIntrospectionSchemaResponse.Builder,GetIntrospectionSchemaResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetIntrospectionSchemaResponse
public static interface GetIntrospectionSchemaResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<GetIntrospectionSchemaResponse.Builder,GetIntrospectionSchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntrospectionSchemaResponse.Builder
schema(SdkBytes schema)
The schema, in GraphQL Schema Definition Language (SDL) format.-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
schema
GetIntrospectionSchemaResponse.Builder schema(SdkBytes schema)
The schema, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
- Parameters:
schema
- The schema, in GraphQL Schema Definition Language (SDL) format.For more information, see the GraphQL SDL documentation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-