@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.
| 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 String snsTopicArn()
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.