public static interface DescribeEvaluationsResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<DescribeEvaluationsResponse.Builder,DescribeEvaluationsResponse>
| Modifier and Type | Method and 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(Consumer<Evaluation.Builder>... results)
A list of
Evaluation that meet the search criteria. |
DescribeEvaluationsResponse.Builder |
results(Evaluation... results)
A list of
Evaluation that meet the search criteria. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEvaluationsResponse.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.
results - A list of Evaluation that meet the search criteria.DescribeEvaluationsResponse.Builder results(Consumer<Evaluation.Builder>... results)
A list of Evaluation that meet the search criteria.
Evaluation.Builder avoiding the need to create
one manually via Evaluation.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
Evaluation.Builder#results(java.util.Collection) 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 © 2023. All rights reserved.