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(Consumer<DataSource.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDataSourcesResponse.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 dataSources(Consumer<DataSource.Builder>... dataSources)
The DataSource objects.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #dataSources(List) .dataSources - a consumer that will call methods on List.Builder #dataSources(List) 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.