@Generated(value="software.amazon.awssdk:codegen") public final class StreamProcessorOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamProcessorOutput.Builder,StreamProcessorOutput>
Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamProcessorOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessorOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KinesisDataStream |
kinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
S3Destination |
s3Destination()
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamProcessorOutput.Builder> |
serializableBuilderClass() |
StreamProcessorOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KinesisDataStream kinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
public final S3Destination s3Destination()
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
public StreamProcessorOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamProcessorOutput.Builder,StreamProcessorOutput>public static StreamProcessorOutput.Builder builder()
public static Class<? extends StreamProcessorOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.