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