Uses of Interface
software.amazon.awssdk.services.textract.model.NotificationChannel.Builder
-
Packages that use NotificationChannel.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of NotificationChannel.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return NotificationChannel.Builder Modifier and Type Method Description static NotificationChannel.BuilderNotificationChannel. builder()NotificationChannel.BuilderNotificationChannel.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.BuilderNotificationChannel.Builder. snsTopicArn(String snsTopicArn)The Amazon SNS topic that Amazon Textract posts the completion status to.NotificationChannel.BuilderNotificationChannel. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type NotificationChannel.Builder Modifier and Type Method Description static Class<? extends NotificationChannel.Builder>NotificationChannel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type NotificationChannel.Builder Modifier and Type Method Description default StartDocumentAnalysisRequest.BuilderStartDocumentAnalysisRequest.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 StartDocumentTextDetectionRequest.BuilderStartDocumentTextDetectionRequest.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.BuilderStartExpenseAnalysisRequest.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 StartLendingAnalysisRequest.BuilderStartLendingAnalysisRequest.Builder. notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)Sets the value of the NotificationChannel property for this object.
-