@Generated(value="software.amazon.awssdk:codegen") public final class NotificationChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>
The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation.
| 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 Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS
topic.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotificationChannel.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The Amazon SNS topic that Amazon Textract posts the completion status to.
|
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 that Amazon Textract posts the completion status to.
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract 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 © 2023. All rights reserved.