Interface FirehoseAction.Builder

    • Method Detail

      • deliveryStreamName

        FirehoseAction.Builder deliveryStreamName​(String deliveryStreamName)

        The name of the Kinesis Data Firehose delivery stream where the data is written.

        Parameters:
        deliveryStreamName - The name of the Kinesis Data Firehose delivery stream where the data is written.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • separator

        FirehoseAction.Builder separator​(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).

        Parameters:
        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).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        FirehoseAction.Builder payload​(Payload payload)

        You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.

        Parameters:
        payload - You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.