@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FirehoseAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.