Class DescribeStreamRequest

    • Method Detail

      • streamName

        public final String streamName()

        The name of the stream to describe.

        Returns:
        The name of the stream to describe.
      • limit

        public final Integer limit()

        The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.

        Returns:
        The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.
      • exclusiveStartShardId

        public final String exclusiveStartShardId()

        The shard ID of the shard to start with.

        Specify this parameter to indicate that you want to describe the stream starting with the shard whose ID immediately follows ExclusiveStartShardId.

        If you don't specify this parameter, the default behavior for DescribeStream is to describe the stream starting with the first shard in the stream.

        Returns:
        The shard ID of the shard to start with.

        Specify this parameter to indicate that you want to describe the stream starting with the shard whose ID immediately follows ExclusiveStartShardId.

        If you don't specify this parameter, the default behavior for DescribeStream is to describe the stream starting with the first shard in the stream.

      • streamARN

        public final String streamARN()

        The ARN of the stream.

        Returns:
        The ARN of the stream.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object