public static interface CreateCollectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionResponse.Builder |
collectionArn(String collectionArn)
Amazon Resource Name (ARN) of the collection.
|
CreateCollectionResponse.Builder |
faceModelVersion(String faceModelVersion)
Latest face model being used with the collection.
|
CreateCollectionResponse.Builder |
statusCode(Integer statusCode)
HTTP status code indicating the result of the operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCollectionResponse.Builder statusCode(Integer statusCode)
HTTP status code indicating the result of the operation.
statusCode - HTTP status code indicating the result of the operation.CreateCollectionResponse.Builder collectionArn(String collectionArn)
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
collectionArn - Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your
resources.CreateCollectionResponse.Builder faceModelVersion(String faceModelVersion)
Latest face model being used with the collection. For more information, see Model versioning.
faceModelVersion - Latest face model being used with the collection. For more information, see Model
versioning.Copyright © 2022. All rights reserved.