Interface StreamProcessorNotificationChannel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>,SdkBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>,SdkPojo
- Enclosing class:
- StreamProcessorNotificationChannel
public static interface StreamProcessorNotificationChannel.Builder extends SdkPojo, CopyableBuilder<StreamProcessorNotificationChannel.Builder,StreamProcessorNotificationChannel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamProcessorNotificationChannel.BuildersnsTopicArn(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 Detail
-
snsTopicArn
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.
- 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.
-
-