public static interface ListDataSourcesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourcesResponse.Builder,ListDataSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResponse.Builder |
dataSources(Collection<DataSource> dataSources)
A list of data sources.
|
ListDataSourcesResponse.Builder |
dataSources(Consumer<DataSource.Builder>... dataSources)
A list of data sources.
|
ListDataSourcesResponse.Builder |
dataSources(DataSource... dataSources)
A list of data sources.
|
ListDataSourcesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDataSourcesResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListDataSourcesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourcesResponse.Builder dataSources(Collection<DataSource> dataSources)
A list of data sources.
dataSources - A list of data sources.ListDataSourcesResponse.Builder dataSources(DataSource... dataSources)
A list of data sources.
dataSources - A list of data sources.ListDataSourcesResponse.Builder dataSources(Consumer<DataSource.Builder>... dataSources)
A list of data sources.
This is a convenience that creates an instance of theList.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)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListDataSourcesResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListDataSourcesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.