public static interface DescribeDataSourcesResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResponse.Builder |
nextToken(String nextToken)
An ID of the next page in the paginated results that indicates at least one more page follows.
|
DescribeDataSourcesResponse.Builder |
results(Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
DescribeDataSourcesResponse.Builder |
results(Consumer<DataSource.Builder>... results)
A list of
DataSource that meet the search criteria. |
DescribeDataSourcesResponse.Builder |
results(DataSource... results)
A list of
DataSource that meet the search criteria. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataSourcesResponse.Builder results(Collection<DataSource> results)
A list of DataSource that meet the search criteria.
results - A list of DataSource that meet the search criteria.DescribeDataSourcesResponse.Builder results(DataSource... results)
A list of DataSource that meet the search criteria.
results - A list of DataSource that meet the search criteria.DescribeDataSourcesResponse.Builder results(Consumer<DataSource.Builder>... results)
A list of DataSource that meet the search criteria.
DataSource.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 #results(List.
results - a consumer that will call methods on
DataSource.Builder#results(java.util.Collection) DescribeDataSourcesResponse.Builder nextToken(String nextToken)
An ID of the next page in the paginated results that indicates at least one more page follows.
nextToken - An ID of the next page in the paginated results that indicates at least one more page follows.Copyright © 2023. All rights reserved.