public static interface NotificationChannel.Builder extends SdkPojo, CopyableBuilder<NotificationChannel.Builder,NotificationChannel>
Modifier and Type | Method and Description |
---|---|
NotificationChannel.Builder |
roleArn(String roleArn)
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
|
NotificationChannel.Builder |
snsTopicArn(String snsTopicArn)
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
|
copy
applyMutation, build
NotificationChannel.Builder snsTopicArn(String snsTopicArn)
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
snsTopicArn
- The Amazon SNS topic to which Amazon Rekognition to posts the completion status.NotificationChannel.Builder roleArn(String roleArn)
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
roleArn
- The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.