Interface DescribeCollectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCollectionResponse.Builder,DescribeCollectionResponse>,RekognitionResponse.Builder,SdkBuilder<DescribeCollectionResponse.Builder,DescribeCollectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeCollectionResponse
public static interface DescribeCollectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DescribeCollectionResponse.Builder,DescribeCollectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCollectionResponse.BuildercollectionARN(String collectionARN)The Amazon Resource Name (ARN) of the collection.DescribeCollectionResponse.BuildercreationTimestamp(Instant creationTimestamp)The number of milliseconds since the Unix epoch time until the creation of the collection.DescribeCollectionResponse.BuilderfaceCount(Long faceCount)The number of faces that are indexed into the collection.DescribeCollectionResponse.BuilderfaceModelVersion(String faceModelVersion)The version of the face model that's used by the collection for face detection.DescribeCollectionResponse.BuilderuserCount(Long userCount)The number of UserIDs assigned to the specified colleciton.-
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
-
faceCount
DescribeCollectionResponse.Builder faceCount(Long faceCount)
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
- Parameters:
faceCount- The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceModelVersion
DescribeCollectionResponse.Builder faceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
For more information, see Model versioning in the Amazon Rekognition Developer Guide.
- Parameters:
faceModelVersion- The version of the face model that's used by the collection for face detection.For more information, see Model versioning in the Amazon Rekognition Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectionARN
DescribeCollectionResponse.Builder collectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
- Parameters:
collectionARN- The Amazon Resource Name (ARN) of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
DescribeCollectionResponse.Builder creationTimestamp(Instant creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
- Parameters:
creationTimestamp- The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userCount
DescribeCollectionResponse.Builder userCount(Long userCount)
The number of UserIDs assigned to the specified colleciton.
- Parameters:
userCount- The number of UserIDs assigned to the specified colleciton.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-