Class NotificationChannel
- java.lang.Object
-
- software.amazon.awssdk.services.textract.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 (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NotificationChannel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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 that Amazon Textract posts the completion status to.
- Returns:
- The Amazon SNS topic that Amazon Textract posts the completion status to.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.
- Returns:
- The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.
-
toBuilder
public NotificationChannel.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-