Interface ListCollectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>,RekognitionResponse.Builder,SdkBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCollectionsResponse
public static interface ListCollectionsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCollectionsResponse.BuildercollectionIds(String... collectionIds)An array of collection IDs.ListCollectionsResponse.BuildercollectionIds(Collection<String> collectionIds)An array of collection IDs.ListCollectionsResponse.BuilderfaceModelVersions(String... faceModelVersions)Version numbers of the face detection models associated with the collections in the arrayCollectionIds.ListCollectionsResponse.BuilderfaceModelVersions(Collection<String> faceModelVersions)Version numbers of the face detection models associated with the collections in the arrayCollectionIds.ListCollectionsResponse.BuildernextToken(String nextToken)If the result is truncated, the response provides aNextTokenthat you can use in the subsequent request to fetch the next set of collection IDs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
collectionIds
ListCollectionsResponse.Builder collectionIds(Collection<String> collectionIds)
An array of collection IDs.
- Parameters:
collectionIds- An array of collection IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectionIds
ListCollectionsResponse.Builder collectionIds(String... collectionIds)
An array of collection IDs.
- Parameters:
collectionIds- An array of collection IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCollectionsResponse.Builder nextToken(String nextToken)
If the result is truncated, the response provides a
NextTokenthat you can use in the subsequent request to fetch the next set of collection IDs.- Parameters:
nextToken- If the result is truncated, the response provides aNextTokenthat you can use in the subsequent request to fetch the next set of collection IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceModelVersions
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 ofFaceModelVersions[2]is the version number for the face detection model used by the collection inCollectionId[2].- Parameters:
faceModelVersions- Version numbers of the face detection models associated with the collections in the arrayCollectionIds. For example, the value ofFaceModelVersions[2]is the version number for the face detection model used by the collection inCollectionId[2].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceModelVersions
ListCollectionsResponse.Builder faceModelVersions(String... faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds. For example, the value ofFaceModelVersions[2]is the version number for the face detection model used by the collection inCollectionId[2].- Parameters:
faceModelVersions- Version numbers of the face detection models associated with the collections in the arrayCollectionIds. For example, the value ofFaceModelVersions[2]is the version number for the face detection model used by the collection inCollectionId[2].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-