public static interface CreateTypeRequest.Builder extends AppSyncRequest.Builder, CopyableBuilder<CreateTypeRequest.Builder,CreateTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTypeRequest.Builder |
apiId(String apiId)
The API ID.
|
CreateTypeRequest.Builder |
definition(String definition)
The type definition, in GraphQL Schema Definition Language (SDL) format.
|
CreateTypeRequest.Builder |
format(String format)
The type format: SDL or JSON.
|
CreateTypeRequest.Builder |
format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
CreateTypeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateTypeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateTypeRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.CreateTypeRequest.Builder definition(String definition)
The type definition, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
definition - The type definition, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
CreateTypeRequest.Builder format(String format)
The type format: SDL or JSON.
format - The type format: SDL or JSON.TypeDefinitionFormat,
TypeDefinitionFormatCreateTypeRequest.Builder format(TypeDefinitionFormat format)
The type format: SDL or JSON.
format - The type format: SDL or JSON.TypeDefinitionFormat,
TypeDefinitionFormatCreateTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.