CopyableBuilder<DescribeBatchPredictionsResponse.Builder,DescribeBatchPredictionsResponse>
, SdkBuilder<DescribeBatchPredictionsResponse.Builder,DescribeBatchPredictionsResponse>
public static interface DescribeBatchPredictionsResponse.Builder extends CopyableBuilder<DescribeBatchPredictionsResponse.Builder,DescribeBatchPredictionsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeBatchPredictionsResponse.Builder |
nextToken(String nextToken) |
The ID of the next page in the paginated results that indicates at least one more page follows.
|
DescribeBatchPredictionsResponse.Builder |
results(Collection<BatchPrediction> results) |
A list of
BatchPrediction objects that meet the search criteria. |
DescribeBatchPredictionsResponse.Builder |
results(BatchPrediction... results) |
A list of
BatchPrediction objects that meet the search criteria. |
copy
apply, build
DescribeBatchPredictionsResponse.Builder results(Collection<BatchPrediction> results)
A list of BatchPrediction
objects that meet the search criteria.
results
- A list of BatchPrediction
objects that meet the search criteria.DescribeBatchPredictionsResponse.Builder results(BatchPrediction... results)
A list of BatchPrediction
objects 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 BatchPrediction
objects that meet the search criteria.DescribeBatchPredictionsResponse.Builder nextToken(String nextToken)
The ID of the next page in the paginated results that indicates at least one more page follows.
nextToken
- The 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.