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