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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCollectionResponse.BuildercollectionArn(String collectionArn)Amazon Resource Name (ARN) of the collection.CreateCollectionResponse.BuilderfaceModelVersion(String faceModelVersion)Version number of the face detection model associated with the collection you are creating.CreateCollectionResponse.BuilderstatusCode(Integer statusCode)HTTP status code indicating the result of the operation.-
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
-
statusCode
CreateCollectionResponse.Builder statusCode(Integer 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
CreateCollectionResponse.Builder collectionArn(String 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
CreateCollectionResponse.Builder faceModelVersion(String 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.
-
-