@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTag()
Unique identifier you specify to identify the job in the completion status published to the 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 Video video()
The video in which you want to recognize celebrities. The video must be stored in an Amazon S3 bucket.
public 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 NotificationChannel notificationChannel()
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.
public String jobTag()
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple Notification Service topic.
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 String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.