Uses of Interface
software.amazon.awssdk.services.rekognition.model.StreamProcessorNotificationChannel.Builder
-
Packages that use StreamProcessorNotificationChannel.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StreamProcessorNotificationChannel.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return StreamProcessorNotificationChannel.Builder Modifier and Type Method Description static StreamProcessorNotificationChannel.BuilderStreamProcessorNotificationChannel. builder()StreamProcessorNotificationChannel.BuilderStreamProcessorNotificationChannel.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.BuilderStreamProcessorNotificationChannel. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type StreamProcessorNotificationChannel.Builder Modifier and Type Method Description static Class<? extends StreamProcessorNotificationChannel.Builder>StreamProcessorNotificationChannel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type StreamProcessorNotificationChannel.Builder Modifier and Type Method Description default CreateStreamProcessorRequest.BuilderCreateStreamProcessorRequest.Builder. notificationChannel(Consumer<StreamProcessorNotificationChannel.Builder> notificationChannel)Sets the value of the NotificationChannel property for this object.default DescribeStreamProcessorResponse.BuilderDescribeStreamProcessorResponse.Builder. notificationChannel(Consumer<StreamProcessorNotificationChannel.Builder> notificationChannel)Sets the value of the NotificationChannel property for this object.
-