| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannel.Builder |
NotificationChannel.builder() |
NotificationChannel.Builder |
NotificationChannel.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon
SNS topic.
|
NotificationChannel.Builder |
NotificationChannel.Builder.snsTopicArn(String snsTopicArn)
The Amazon SNS topic that Amazon Textract posts the completion status to.
|
NotificationChannel.Builder |
NotificationChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationChannel.Builder> |
NotificationChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
default StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
default StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
Copyright © 2023. All rights reserved.