public static interface StreamProcessorOutput.Builder extends SdkPojo, CopyableBuilder<StreamProcessorOutput.Builder,StreamProcessorOutput>
| Modifier and Type | Method and Description |
|---|---|
default StreamProcessorOutput.Builder |
kinesisDataStream(Consumer<KinesisDataStream.Builder> kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
StreamProcessorOutput.Builder |
kinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
default StreamProcessorOutput.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
StreamProcessorOutput.Builder |
s3Destination(S3Destination s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamProcessorOutput.Builder kinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
kinesisDataStream - The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the
analysis results.default StreamProcessorOutput.Builder kinesisDataStream(Consumer<KinesisDataStream.Builder> kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
This is a convenience method that creates an instance of theKinesisDataStream.Builder avoiding the
need to create one manually via KinesisDataStream.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to kinesisDataStream(KinesisDataStream).
kinesisDataStream - a consumer that will call methods on KinesisDataStream.BuilderkinesisDataStream(KinesisDataStream)StreamProcessorOutput.Builder s3Destination(S3Destination s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
s3Destination - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of
a video analysis operation.default StreamProcessorOutput.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
This is a convenience method that creates an instance of theS3Destination.Builder avoiding the need
to create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Destination(S3Destination).
s3Destination - a consumer that will call methods on S3Destination.Builders3Destination(S3Destination)Copyright © 2023. All rights reserved.