Interface DescribeStreamResponse.Builder

    • Method Detail

      • streamDescription

        DescribeStreamResponse.Builder streamDescription​(StreamDescription streamDescription)

        A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

        Parameters:
        streamDescription - A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.