| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessorNotificationChannel.Builder |
StreamProcessorNotificationChannel.builder() |
StreamProcessorNotificationChannel.Builder |
StreamProcessorNotificationChannel.Builder.snsTopicArn(String snsTopicArn)
The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon
Rekognition posts the completion status.
|
StreamProcessorNotificationChannel.Builder |
StreamProcessorNotificationChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamProcessorNotificationChannel.Builder> |
StreamProcessorNotificationChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStreamProcessorResponse.Builder |
DescribeStreamProcessorResponse.Builder.notificationChannel(Consumer<StreamProcessorNotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
default CreateStreamProcessorRequest.Builder |
CreateStreamProcessorRequest.Builder.notificationChannel(Consumer<StreamProcessorNotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
Copyright © 2023. All rights reserved.