public static interface KinesisFirehoseOutput.Builder extends CopyableBuilder<KinesisFirehoseOutput.Builder,KinesisFirehoseOutput>
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseOutput.Builder |
resourceARN(String resourceARN)
ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
|
KinesisFirehoseOutput.Builder |
roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your
behalf.
|
copy
applyMutation, build
KinesisFirehoseOutput.Builder resourceARN(String resourceARN)
ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
resourceARN
- ARN of the destination Amazon Kinesis Firehose delivery stream to write to.KinesisFirehoseOutput.Builder roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on
your behalf. You need to grant the necessary permissions to this role.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.