@Generated(value="software.amazon.awssdk:codegen") public final class StartCelebrityRecognitionRequest extends RekognitionRequest implements ToCopyableBuilder<StartCelebrityRecognitionRequest.Builder,StartCelebrityRecognitionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartCelebrityRecognitionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartCelebrityRecognitionRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotent token used to identify the start request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTag()
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic.
|
NotificationChannel |
notificationChannel()
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity
recognition analysis to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartCelebrityRecognitionRequest.Builder> |
serializableBuilderClass() |
StartCelebrityRecognitionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Video |
video()
The video in which you want to recognize celebrities.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Video video()
The video in which you want to recognize celebrities. The video must be stored in an Amazon S3 bucket.
public final String clientRequestToken()
Idempotent token used to identify the start request. If you use the same token with multiple
StartCelebrityRecognition requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.
StartCelebrityRecognition requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.public final NotificationChannel notificationChannel()
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to. The Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy.
public final String jobTag()
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic. For example, you can use JobTag to group related jobs and identify them
in the completion notification.
JobTag to group related jobs and
identify them in the completion notification.public StartCelebrityRecognitionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartCelebrityRecognitionRequest.Builder,StartCelebrityRecognitionRequest>toBuilder in class RekognitionRequestpublic static StartCelebrityRecognitionRequest.Builder builder()
public static Class<? extends StartCelebrityRecognitionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.