public static interface ListDataSourcesRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourcesRequest.Builder,ListDataSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest.Builder |
apiId(String apiId)
The API ID.
|
ListDataSourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListDataSourcesRequest.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.
|
ListDataSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourcesRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.ListDataSourcesRequest.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.ListDataSourcesRequest.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.ListDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.