public class KinesisDataStream extends Object implements 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(Object obj) |
String |
getArn()
ARN of the output Amazon Kinesis Data Streams stream.
|
int |
hashCode() |
void |
setArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
KinesisDataStream |
withArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
public 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(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.