public static interface FirehoseAction.Builder extends SdkPojo, CopyableBuilder<FirehoseAction.Builder,FirehoseAction>
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction.Builder |
deliveryStreamName(String deliveryStreamName)
The name of the Kinesis Data Firehose delivery stream where the data is written.
|
default FirehoseAction.Builder |
payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery
stream.
|
FirehoseAction.Builder |
payload(Payload payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery
stream.
|
FirehoseAction.Builder |
separator(String separator)
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirehoseAction.Builder deliveryStreamName(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.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).
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).FirehoseAction.Builder payload(Payload payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
payload - You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose
delivery stream.default FirehoseAction.Builder payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
This is a convenience that creates an instance of thePayload.Builder avoiding the need to create one
manually via Payload.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to payload(Payload).payload - a consumer that will call methods on Payload.Builderpayload(Payload)Copyright © 2022. All rights reserved.