public static interface FirehoseAction.Builder extends CopyableBuilder<FirehoseAction.Builder,FirehoseAction>
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction.Builder |
deliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
FirehoseAction.Builder |
roleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehost stream.
|
FirehoseAction.Builder |
separator(String separator)
A character separator that will be used to separate records written to the Firehose stream.
|
copyapply, buildFirehoseAction.Builder roleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehost stream.
roleArn - The IAM role that grants access to the Amazon Kinesis Firehost 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).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.