@Generated(value="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 api-video. 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotificationChannel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannel.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotificationChannel.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
|
NotificationChannel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String snsTopicArn()
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
public final String roleArn()
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
public NotificationChannel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>public static NotificationChannel.Builder builder()
public static Class<? extends NotificationChannel.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.