public static interface ListDataSourcesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourcesResponse.Builder,ListDataSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResponse.Builder |
items(Collection<DataSourceSummary> items)
The results of the
ListDataSources action. |
ListDataSourcesResponse.Builder |
items(Consumer<DataSourceSummary.Builder>... items)
The results of the
ListDataSources action. |
ListDataSourcesResponse.Builder |
items(DataSourceSummary... items)
The results of the
ListDataSources action. |
ListDataSourcesResponse.Builder |
nextToken(String nextToken)
When the number of data sources is greater than the default value for the
MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of data
sources, the response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourcesResponse.Builder items(Collection<DataSourceSummary> items)
The results of the ListDataSources action.
items - The results of the ListDataSources action.ListDataSourcesResponse.Builder items(DataSourceSummary... items)
The results of the ListDataSources action.
items - The results of the ListDataSources action.ListDataSourcesResponse.Builder items(Consumer<DataSourceSummary.Builder>... items)
The results of the ListDataSources action.
DataSourceSummary.Builder avoiding the need to create
one manually via DataSourceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
DataSourceSummary.Builder#items(java.util.Collection) ListDataSourcesResponse.Builder nextToken(String nextToken)
When the number of data sources is greater than the default value for the MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of data
sources, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListDataSources to list the next set of
data sources.
nextToken - When the number of data sources is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of data sources, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListDataSources to list
the next set of data sources.Copyright © 2023. All rights reserved.