public static interface DescribeMLModelsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResponse.Builder |
nextToken(String nextToken)
The ID of the next page in the paginated results that indicates at least one more page follows.
|
DescribeMLModelsResponse.Builder |
results(Collection<MLModel> results)
A list of
MLModel that meet the search criteria. |
DescribeMLModelsResponse.Builder |
results(MLModel... results)
A list of
MLModel that meet the search criteria. |
copyapply, buildDescribeMLModelsResponse.Builder results(Collection<MLModel> results)
A list of MLModel that meet the search criteria.
results - A list of MLModel that meet the search criteria.DescribeMLModelsResponse.Builder results(MLModel... results)
A list of MLModel 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 MLModel that meet the search criteria.DescribeMLModelsResponse.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. All rights reserved.