@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamsOutput extends Object implements Serializable, Cloneable, StructuredPojo
When you configure an SQL-based Amazon Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource Name (ARN).
| Constructor and Description |
|---|
KinesisStreamsOutput() |
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamsOutput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the destination Kinesis data stream to write to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamsOutput |
withResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
|
public void setResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
resourceARN - The ARN of the destination Kinesis data stream to write to.public String getResourceARN()
The ARN of the destination Kinesis data stream to write to.
public KinesisStreamsOutput withResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
resourceARN - The ARN of the destination Kinesis data stream to write to.public String toString()
toString in class ObjectObject.toString()public KinesisStreamsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.