public static interface FirehoseAction.Builder extends SdkPojo, CopyableBuilder<FirehoseAction.Builder,FirehoseAction>
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction.Builder |
batchMode(Boolean batchMode)
Whether to deliver the Kinesis Data Firehose stream as a batch by using
PutRecordBatch . |
FirehoseAction.Builder |
deliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
FirehoseAction.Builder |
roleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehose stream.
|
FirehoseAction.Builder |
separator(String separator)
A character separator that will be used to separate records written to the Firehose stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirehoseAction.Builder roleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehose stream.
roleArn - The IAM role that grants access to the Amazon Kinesis Firehose stream.FirehoseAction.Builder deliveryStreamName(String deliveryStreamName)
The delivery stream name.
deliveryStreamName - The delivery stream name.FirehoseAction.Builder separator(String separator)
A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
separator - A character separator that will be used to separate records written to the Firehose stream. Valid
values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).FirehoseAction.Builder batchMode(Boolean batchMode)
Whether to deliver the Kinesis Data Firehose stream as a batch by using
PutRecordBatch . The default value is false.
When batchMode is true and the rule's SQL statement evaluates to an Array, each
Array element forms one record in the
PutRecordBatch request. The resulting array can't have more than 500 records.
batchMode - Whether to deliver the Kinesis Data Firehose stream as a batch by using
PutRecordBatch . The default value is false.
When batchMode is true and the rule's SQL statement evaluates to an Array,
each Array element forms one record in the
PutRecordBatch request. The resulting array can't have more than 500 records.
Copyright © 2021. All rights reserved.