@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirehoseAction extends Object implements Serializable, Cloneable, StructuredPojo
Sends information about the detector model instance and the event which triggered the action to a Kinesis Data Firehose delivery stream.
| Constructor and Description |
|---|
FirehoseAction() |
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The name of the Kinesis Data Firehose delivery stream where the data is written.
|
String |
getSeparator()
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the Kinesis Data Firehose delivery stream where the data is written.
|
void |
setSeparator(String separator)
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.
|
String |
toString()
Returns a string representation of this object.
|
FirehoseAction |
withDeliveryStreamName(String deliveryStreamName)
The name of the Kinesis Data Firehose delivery stream where the data is written.
|
FirehoseAction |
withSeparator(String separator)
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.
|
public void setDeliveryStreamName(String deliveryStreamName)
The name of the Kinesis Data Firehose delivery stream where the data is written.
deliveryStreamName - The name of the Kinesis Data Firehose delivery stream where the data is written.public String getDeliveryStreamName()
The name of the Kinesis Data Firehose delivery stream where the data is written.
public FirehoseAction withDeliveryStreamName(String deliveryStreamName)
The name of the Kinesis Data Firehose delivery stream where the data is written.
deliveryStreamName - The name of the Kinesis Data Firehose delivery stream where the data is written.public void setSeparator(String separator)
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
separator - A character separator that is used to separate records written to the Kinesis Data Firehose delivery
stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).public String getSeparator()
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
public FirehoseAction withSeparator(String separator)
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
separator - A character separator that is used to separate records written to the Kinesis Data Firehose delivery
stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).public String toString()
toString in class ObjectObject.toString()public FirehoseAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.