public static interface GetIntrospectionSchemaRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<GetIntrospectionSchemaRequest.Builder,GetIntrospectionSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIntrospectionSchemaRequest.Builder |
apiId(String apiId)
The API ID.
|
GetIntrospectionSchemaRequest.Builder |
format(OutputType format)
The schema format: SDL or JSON.
|
GetIntrospectionSchemaRequest.Builder |
format(String format)
The schema format: SDL or JSON.
|
GetIntrospectionSchemaRequest.Builder |
includeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
|
GetIntrospectionSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIntrospectionSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIntrospectionSchemaRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.GetIntrospectionSchemaRequest.Builder format(String format)
The schema format: SDL or JSON.
format - The schema format: SDL or JSON.OutputType,
OutputTypeGetIntrospectionSchemaRequest.Builder format(OutputType format)
The schema format: SDL or JSON.
format - The schema format: SDL or JSON.OutputType,
OutputTypeGetIntrospectionSchemaRequest.Builder includeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
includeDirectives - A flag that specifies whether the schema introspection should contain directives.GetIntrospectionSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetIntrospectionSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.