public class KinesisDataStream
extends java.lang.Object
implements java.io.Serializable
The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
| Constructor and Description |
|---|
KinesisDataStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
ARN of the output Amazon Kinesis Data Streams stream.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
KinesisDataStream |
withArn(java.lang.String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
public java.lang.String getArn()
ARN of the output Amazon Kinesis Data Streams stream.
Constraints:
Pattern: (^arn:([a-z\d-]+):kinesis:([a-z\d-]+):\d{12}:.+$)
ARN of the output Amazon Kinesis Data Streams stream.
public void setArn(java.lang.String arn)
ARN of the output Amazon Kinesis Data Streams stream.
Constraints:
Pattern: (^arn:([a-z\d-]+):kinesis:([a-z\d-]+):\d{12}:.+$)
arn - ARN of the output Amazon Kinesis Data Streams stream.
public KinesisDataStream withArn(java.lang.String arn)
ARN of the output Amazon Kinesis Data Streams stream.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^arn:([a-z\d-]+):kinesis:([a-z\d-]+):\d{12}:.+$)
arn - ARN of the output Amazon Kinesis Data Streams stream.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.