public static interface NotificationChannel.Builder extends SdkPojo, CopyableBuilder<NotificationChannel.Builder,NotificationChannel>
Modifier and Type | Method and Description |
---|---|
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 |
snsTopicArn(String snsTopicArn)
The Amazon SNS topic that Amazon Textract posts the completion status to.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NotificationChannel.Builder snsTopicArn(String snsTopicArn)
The Amazon SNS topic that Amazon Textract posts the completion status to.
snsTopicArn
- The Amazon SNS topic that Amazon Textract posts the completion status to.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.
roleArn
- The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the
Amazon SNS topic.Copyright © 2020. All rights reserved.