public static interface ListCollectionsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
Modifier and Type | Method and Description |
---|---|
ListCollectionsResponse.Builder |
collectionIds(Collection<String> collectionIds)
An array of collection IDs.
|
ListCollectionsResponse.Builder |
collectionIds(String... collectionIds)
An array of collection IDs.
|
ListCollectionsResponse.Builder |
faceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds . |
ListCollectionsResponse.Builder |
faceModelVersions(String... faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds . |
ListCollectionsResponse.Builder |
nextToken(String nextToken)
If the result is truncated, the response provides a
NextToken that you can use in the subsequent
request to fetch the next set of collection IDs. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListCollectionsResponse.Builder collectionIds(Collection<String> collectionIds)
An array of collection IDs.
collectionIds
- An array of collection IDs.ListCollectionsResponse.Builder collectionIds(String... collectionIds)
An array of collection IDs.
collectionIds
- An array of collection IDs.ListCollectionsResponse.Builder nextToken(String nextToken)
If the result is truncated, the response provides a NextToken
that you can use in the subsequent
request to fetch the next set of collection IDs.
nextToken
- If the result is truncated, the response provides a NextToken
that you can use in the
subsequent request to fetch the next set of collection IDs.ListCollectionsResponse.Builder faceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds
. For example, the value of FaceModelVersions[2]
is the version number
for the face detection model used by the collection in CollectionId[2]
.
faceModelVersions
- Version numbers of the face detection models associated with the collections in the array
CollectionIds
. For example, the value of FaceModelVersions[2]
is the version
number for the face detection model used by the collection in CollectionId[2]
.ListCollectionsResponse.Builder faceModelVersions(String... faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds
. For example, the value of FaceModelVersions[2]
is the version number
for the face detection model used by the collection in CollectionId[2]
.
faceModelVersions
- Version numbers of the face detection models associated with the collections in the array
CollectionIds
. For example, the value of FaceModelVersions[2]
is the version
number for the face detection model used by the collection in CollectionId[2]
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.