Interface RegisterStreamConsumerResponse.Builder

    • Method Detail

      • consumer

        RegisterStreamConsumerResponse.Builder consumer​(Consumer consumer)

        An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

        Parameters:
        consumer - An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.
        Returns:
        Returns a reference to this object so that method calls can be chained together.