Interface CreateCollectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCollectionResponse.Builder,,CreateCollectionResponse> RekognitionResponse.Builder,SdkBuilder<CreateCollectionResponse.Builder,,CreateCollectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateCollectionResponse
public static interface CreateCollectionResponse.Builder
extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncollectionArn(String collectionArn) Amazon Resource Name (ARN) of the collection.faceModelVersion(String faceModelVersion) Version number of the face detection model associated with the collection you are creating.statusCode(Integer statusCode) HTTP status code indicating the result of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
statusCode
HTTP status code indicating the result of the operation.
- Parameters:
statusCode- HTTP status code indicating the result of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectionArn
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
- Parameters:
collectionArn- Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceModelVersion
Version number of the face detection model associated with the collection you are creating.
- Parameters:
faceModelVersion- Version number of the face detection model associated with the collection you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-