public static interface ListTypesRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListTypesRequest.Builder,ListTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTypesRequest.Builder |
apiId(String apiId)
The API ID.
|
ListTypesRequest.Builder |
format(String format)
The type format: SDL or JSON.
|
ListTypesRequest.Builder |
format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
ListTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListTypesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.
|
ListTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypesRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.ListTypesRequest.Builder format(String format)
The type format: SDL or JSON.
format - The type format: SDL or JSON.TypeDefinitionFormat,
TypeDefinitionFormatListTypesRequest.Builder format(TypeDefinitionFormat format)
The type format: SDL or JSON.
format - The type format: SDL or JSON.TypeDefinitionFormat,
TypeDefinitionFormatListTypesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return
the next set of items in the list.ListTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
maxResults - The maximum number of results that you want the request to return.ListTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.