Interface GetIntrospectionSchemaResponse.Builder
- All Superinterfaces:
- AppSyncResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetIntrospectionSchemaResponse.Builder,,- GetIntrospectionSchemaResponse> - SdkBuilder<GetIntrospectionSchemaResponse.Builder,,- GetIntrospectionSchemaResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetIntrospectionSchemaResponse
@Mutable
@NotThreadSafe
public static interface GetIntrospectionSchemaResponse.Builder
extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<GetIntrospectionSchemaResponse.Builder,GetIntrospectionSchemaResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe schema, in GraphQL Schema Definition Language (SDL) format.Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
schemaThe 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.
 
 
-