@Generated(value="software.amazon.awssdk:codegen") public final class StreamProcessorNotificationChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition detects a person at second 2, a pet at second 4, and a person again at second 5, Amazon Rekognition sends 2 object class detected notifications, one for a person at second 2 and one for a pet at second 4.
Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamProcessorNotificationChannel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessorNotificationChannel.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamProcessorNotificationChannel.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon
Rekognition posts the completion status.
|
StreamProcessorNotificationChannel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String snsTopicArn()
The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.
public StreamProcessorNotificationChannel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>public static StreamProcessorNotificationChannel.Builder builder()
public static Class<? extends StreamProcessorNotificationChannel.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.