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)
Version number of the face detection model associated with the collection you are creating.
|
CreateCollectionResponse.Builder |
statusCode(Integer statusCode)
HTTP status code indicating the result of the operation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateCollectionResponse.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)
Version number of the face detection model associated with the collection you are creating.
faceModelVersion
- Version number of the face detection model associated with the collection you are creating.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.