@Generated(value="software.amazon.awssdk:codegen") public final class NotificationChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see api-video.
Modifier and Type | Class and Description |
---|---|
static interface |
NotificationChannel.Builder |
Modifier and Type | Method and Description |
---|---|
static NotificationChannel.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotificationChannel.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
|
NotificationChannel.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String snsTopicArn()
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
public String roleArn()
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
public NotificationChannel.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NotificationChannel.Builder,NotificationChannel>
public static NotificationChannel.Builder builder()
public static Class<? extends NotificationChannel.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.