Interface NotificationChannel.Builder

    • Method Detail

      • snsTopicArn

        NotificationChannel.Builder snsTopicArn​(String snsTopicArn)

        The Amazon SNS topic that Amazon Textract posts the completion status to.

        Parameters:
        snsTopicArn - The Amazon SNS topic that Amazon Textract posts the completion status to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        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.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.