CopyableBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
, SdkBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
public static interface DescribeDataSourcesResponse.Builder extends CopyableBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
Modifier and Type | Method | 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(DataSource... results) |
A list of
DataSource that meet the search criteria. |
copy
apply, build
DescribeDataSourcesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setResults(java.util.Collection)
or #withResults(java.util.Collection)
if you want to
override the existing values.
results
- A list of DataSource
that meet the search criteria.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.