Interface KinesisFirehoseInput.Builder

    • Method Detail

      • resourceARN

        KinesisFirehoseInput.Builder resourceARN​(String resourceARN)

        ARN of the input delivery stream.

        Parameters:
        resourceARN - ARN of the input delivery stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleARN

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.