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 Amazon Web Services 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 method that creates an instance of theDataSource.Builder avoiding the need to create one
manually via DataSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #dataSources(List.
dataSources - a consumer that will call methods on
DataSource.Builder#dataSources(java.util.Collection) 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 Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListDataSourcesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.