public static interface DescribeProjectsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectsResponse.Builder,DescribeProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsResponse.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.
|
DescribeProjectsResponse.Builder |
projectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResponse.Builder |
projectDescriptions(Consumer<ProjectDescription.Builder>... projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResponse.Builder |
projectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectsResponse.Builder projectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions. The list is sorted by the date and time the projects are created.
projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.DescribeProjectsResponse.Builder projectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions. The list is sorted by the date and time the projects are created.
projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.DescribeProjectsResponse.Builder projectDescriptions(Consumer<ProjectDescription.Builder>... projectDescriptions)
A list of project descriptions. The list is sorted by the date and time the projects are created.
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 #projectDescriptions(List) .projectDescriptions - a consumer that will call methods on List.Builder #projectDescriptions(List) DescribeProjectsResponse.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.