Class DescribeStreamRequest

    • Method Detail

      • streamArn

        public final String streamArn()

        The Amazon Resource Name (ARN) for the stream.

        Returns:
        The Amazon Resource Name (ARN) for the stream.
      • limit

        public final Integer limit()

        The maximum number of shard objects to return. The upper limit is 100.

        Returns:
        The maximum number of shard objects to return. The upper limit is 100.
      • exclusiveStartShardId

        public final String exclusiveStartShardId()

        The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

        Returns:
        The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.
      • shardFilter

        public final ShardFilter shardFilter()

        This optional field contains the filter definition for the DescribeStream API.

        Returns:
        This optional field contains the filter definition for the DescribeStream API.
      • 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