public static interface DescribeProjectVersionsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectVersionsResponse.Builder,DescribeProjectVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsResponse.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition
Custom Labels returns a pagination token in the response.
|
DescribeProjectVersionsResponse.Builder |
projectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions.
|
DescribeProjectVersionsResponse.Builder |
projectVersionDescriptions(Consumer<ProjectVersionDescription.Builder>... projectVersionDescriptions)
A list of model descriptions.
|
DescribeProjectVersionsResponse.Builder |
projectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of model descriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectVersionsResponse.Builder projectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
projectVersionDescriptions - A list of model descriptions. The list is sorted by the creation date and time of the model versions,
latest to earliest.DescribeProjectVersionsResponse.Builder projectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
projectVersionDescriptions - A list of model descriptions. The list is sorted by the creation date and time of the model versions,
latest to earliest.DescribeProjectVersionsResponse.Builder projectVersionDescriptions(Consumer<ProjectVersionDescription.Builder>... projectVersionDescriptions)
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #projectVersionDescriptions(List) .projectVersionDescriptions - a consumer that will call methods on List.Builder #projectVersionDescriptions(List) DescribeProjectVersionsResponse.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon
Rekognition Custom Labels returns a pagination token in the response. You can use this pagination
token to retrieve the next set of results.Copyright © 2020. All rights reserved.