Class NotificationChannel
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.NotificationChannel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>
@Generated("software.amazon.awssdk:codegen") public final class NotificationChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see Calling Amazon Rekognition Video operations. Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic. For more information, see Giving access to multiple Amazon SNS topics.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationChannel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationChannel.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NotificationChannel.Builder>serializableBuilderClass()StringsnsTopicArn()The Amazon SNS topic to which Amazon Rekognition posts the completion status.NotificationChannel.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 SNS topic to which Amazon Rekognition posts the completion status.
- Returns:
- The Amazon SNS topic to which Amazon Rekognition posts the completion status.
-
roleArn
public final String roleArn()
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
- Returns:
- The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
-
toBuilder
public NotificationChannel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>
-
builder
public static NotificationChannel.Builder builder()
-
serializableBuilderClass
public static Class<? extends NotificationChannel.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
-
-