Interface StreamProcessorNotificationChannel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StreamProcessorNotificationChannel.Builder,
,StreamProcessorNotificationChannel> SdkBuilder<StreamProcessorNotificationChannel.Builder,
,StreamProcessorNotificationChannel> SdkPojo
- Enclosing class:
StreamProcessorNotificationChannel
@Mutable
@NotThreadSafe
public static interface StreamProcessorNotificationChannel.Builder
extends SdkPojo, CopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>
-
Method Summary
Modifier and TypeMethodDescriptionsnsTopicArn
(String snsTopicArn) The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
snsTopicArn
The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.
- Parameters:
snsTopicArn
- The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-