@Stability(value=Stable) public static final class CfnStreamProcessorProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamProcessorProps>
CfnStreamProcessorProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStreamProcessorProps.Builder kinesisVideoStream(CfnStreamProcessor.KinesisVideoStreamProperty kinesisVideoStream)
CfnStreamProcessorProps.getKinesisVideoStream()kinesisVideoStream - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. This parameter is required.
For more information, see KinesisVideoStream .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder kinesisVideoStream(IResolvable kinesisVideoStream)
CfnStreamProcessorProps.getKinesisVideoStream()kinesisVideoStream - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. This parameter is required.
For more information, see KinesisVideoStream .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder roleArn(String roleArn)
CfnStreamProcessorProps.getRoleArn()roleArn - The ARN of the IAM role that allows access to the stream processor. This parameter is required.
The IAM role provides Rekognition read permissions to the Kinesis stream. It also provides write permissions to an Amazon S3 bucket and Amazon Simple Notification Service topic for a connected home stream processor. This is required for both face search and connected home stream processors. For information about constraints, see the RoleArn section of CreateStreamProcessor .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder boundingBoxRegionsOfInterest(IResolvable boundingBoxRegionsOfInterest)
CfnStreamProcessorProps.getBoundingBoxRegionsOfInterest()boundingBoxRegionsOfInterest - List of BoundingBox objects, each of which denotes a region of interest on screen.
For more information, see the BoundingBox field of RegionOfInterest .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder boundingBoxRegionsOfInterest(List<? extends Object> boundingBoxRegionsOfInterest)
CfnStreamProcessorProps.getBoundingBoxRegionsOfInterest()boundingBoxRegionsOfInterest - List of BoundingBox objects, each of which denotes a region of interest on screen.
For more information, see the BoundingBox field of RegionOfInterest .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder connectedHomeSettings(CfnStreamProcessor.ConnectedHomeSettingsProperty connectedHomeSettings)
CfnStreamProcessorProps.getConnectedHomeSettings()connectedHomeSettings - Connected home settings to use on a streaming video.
You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder connectedHomeSettings(IResolvable connectedHomeSettings)
CfnStreamProcessorProps.getConnectedHomeSettings()connectedHomeSettings - Connected home settings to use on a streaming video.
You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder dataSharingPreference(CfnStreamProcessor.DataSharingPreferenceProperty dataSharingPreference)
CfnStreamProcessorProps.getDataSharingPreference()dataSharingPreference - Allows you to opt in or opt out to share data with Rekognition to improve model performance.
You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder dataSharingPreference(IResolvable dataSharingPreference)
CfnStreamProcessorProps.getDataSharingPreference()dataSharingPreference - Allows you to opt in or opt out to share data with Rekognition to improve model performance.
You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder faceSearchSettings(CfnStreamProcessor.FaceSearchSettingsProperty faceSearchSettings)
CfnStreamProcessorProps.getFaceSearchSettings()faceSearchSettings - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor.
For more information regarding the contents of the parameters, see FaceSearchSettings .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder faceSearchSettings(IResolvable faceSearchSettings)
CfnStreamProcessorProps.getFaceSearchSettings()faceSearchSettings - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor.
For more information regarding the contents of the parameters, see FaceSearchSettings .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder kinesisDataStream(CfnStreamProcessor.KinesisDataStreamProperty kinesisDataStream)
CfnStreamProcessorProps.getKinesisDataStream()kinesisDataStream - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input.
This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder kinesisDataStream(IResolvable kinesisDataStream)
CfnStreamProcessorProps.getKinesisDataStream()kinesisDataStream - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input.
This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder kmsKeyId(String kmsKeyId)
CfnStreamProcessorProps.getKmsKeyId()kmsKeyId - The identifier for your Amazon Key Management Service key (Amazon KMS key).
Optional parameter for connected home stream processors used to encrypt results and data published to your Amazon S3 bucket. For more information, see the KMSKeyId section of CreateStreamProcessor .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder name(String name)
CfnStreamProcessorProps.getName()name - The Name attribute specifies the name of the stream processor and it must be within the constraints described in the Name section of [StreamProcessor](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StreamProcessor) . If you don't specify a name, Amazon CloudFormation generates a unique ID and uses that ID for the stream processor name.this@Stability(value=Stable) public CfnStreamProcessorProps.Builder notificationChannel(CfnStreamProcessor.NotificationChannelProperty notificationChannel)
CfnStreamProcessorProps.getNotificationChannel()notificationChannel - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder notificationChannel(IResolvable notificationChannel)
CfnStreamProcessorProps.getNotificationChannel()notificationChannel - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder polygonRegionsOfInterest(IResolvable polygonRegionsOfInterest)
CfnStreamProcessorProps.getPolygonRegionsOfInterest()polygonRegionsOfInterest - A set of ordered lists of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects. Each entry of the set contains a polygon denoting a region of interest on the screen. Each polygon is an ordered list of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects. For more information, see the Polygon field of [RegionOfInterest](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_RegionOfInterest) .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder polygonRegionsOfInterest(List<? extends Object> polygonRegionsOfInterest)
CfnStreamProcessorProps.getPolygonRegionsOfInterest()polygonRegionsOfInterest - A set of ordered lists of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects. Each entry of the set contains a polygon denoting a region of interest on the screen. Each polygon is an ordered list of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects. For more information, see the Polygon field of [RegionOfInterest](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_RegionOfInterest) .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder s3Destination(CfnStreamProcessor.S3DestinationProperty s3Destination)
CfnStreamProcessorProps.getS3Destination()s3Destination - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
For more information, see the S3Destination section of StreamProcessorOutput .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder s3Destination(IResolvable s3Destination)
CfnStreamProcessorProps.getS3Destination()s3Destination - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
For more information, see the S3Destination section of StreamProcessorOutput .this@Stability(value=Stable) public CfnStreamProcessorProps.Builder tags(List<? extends CfnTag> tags)
CfnStreamProcessorProps.getTags()tags - A set of tags (key-value pairs) that you want to attach to the stream processor.
For more information, see the Tags section of CreateStreamProcessor .this@Stability(value=Stable) public CfnStreamProcessorProps build()
build in interface software.amazon.jsii.Builder<CfnStreamProcessorProps>CfnStreamProcessorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.