public static interface CreateCollectionResponse.Builder extends RekognitionResponse.Builder, CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
Modifier and Type | Method and Description |
---|---|
CreateCollectionResponse.Builder |
collectionArn(String collectionArn)
Amazon Resource Name (ARN) of the collection.
|
CreateCollectionResponse.Builder |
statusCode(Integer statusCode)
HTTP status code indicating the result of the operation.
|
build
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.