CopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>, SdkBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>public static interface DescribeMLModelsResponse.Builder extends CopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.