@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamsOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When you update an SQL-based Amazon Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about a Kinesis data stream that is configured as the destination.
| Constructor and Description |
|---|
KinesisStreamsOutputUpdate() |
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamsOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamsOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
resourceARNUpdate - The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
public KinesisStreamsOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
resourceARNUpdate - The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.public String toString()
toString in class ObjectObject.toString()public KinesisStreamsOutputUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.