static StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.builder() |
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.clientRequestToken(String clientRequestToken) |
Idempotent token used to identify the start request.
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.faceAttributes(String faceAttributes) |
The face attributes you want returned.
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.faceAttributes(FaceAttributes faceAttributes) |
The face attributes you want returned.
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.jobTag(String jobTag) |
An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic.
|
default StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel) |
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the face detection operation.
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.notificationChannel(NotificationChannel notificationChannel) |
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the face detection operation.
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.toBuilder() |
|
default StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.video(Consumer<Video.Builder> video) |
The video in which you want to detect faces.
|
StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.video(Video video) |
The video in which you want to detect faces.
|