Class StreamProcessorNotificationChannel
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.StreamProcessorNotificationChannel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStreamProcessorNotificationChannel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamProcessorNotificationChannel.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StreamProcessorNotificationChannel.Builder>serializableBuilderClass()StringsnsTopicArn()The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.StreamProcessorNotificationChannel.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
snsTopicArn
public final String snsTopicArn()
The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.
- Returns:
- The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.
-
toBuilder
public StreamProcessorNotificationChannel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>
-
builder
public static StreamProcessorNotificationChannel.Builder builder()
-
serializableBuilderClass
public static Class<? extends StreamProcessorNotificationChannel.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-