public static interface GetIntrospectionSchemaRequest.Builder extends AppSyncRequest.Builder, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetIntrospectionSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetIntrospectionSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.