public static interface StartSchemaCreationRequest.Builder extends AppSyncRequest.Builder, CopyableBuilder<StartSchemaCreationRequest.Builder,StartSchemaCreationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartSchemaCreationRequest.Builder |
apiId(String apiId)
The API ID.
|
StartSchemaCreationRequest.Builder |
definition(ByteBuffer definition)
The schema definition, in GraphQL schema language format.
|
StartSchemaCreationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildStartSchemaCreationRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.StartSchemaCreationRequest.Builder definition(ByteBuffer definition)
The schema definition, in GraphQL schema language format.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
definition - The schema definition, in GraphQL schema language format.StartSchemaCreationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.