public static interface ListDataSourcesResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<ListDataSourcesResponse.Builder,ListDataSourcesResponse>
Modifier and Type | Method and Description |
---|---|
ListDataSourcesResponse.Builder |
dataSources(Collection<DataSource> dataSources)
The
DataSource objects. |
ListDataSourcesResponse.Builder |
dataSources(DataSource... dataSources)
The
DataSource objects. |
ListDataSourcesResponse.Builder |
nextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
|
build
copy
apply, build
ListDataSourcesResponse.Builder dataSources(Collection<DataSource> dataSources)
The DataSource
objects.
dataSources
- The DataSource
objects.ListDataSourcesResponse.Builder dataSources(DataSource... dataSources)
The DataSource
objects.
dataSources
- The DataSource
objects.ListDataSourcesResponse.Builder nextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
nextToken
- An identifier to be passed in the next request to this operation to return the next set of items in
the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.