requireQueryParams property
A list of query string parameter names that MUST appear in the serialized request URI, but no assertion is made on the value.
Each value MUST appear in the format in which it is sent over the wire; if a key needs to be percent-encoded, then it MUST appear percent-encoded in this list.
Implementation
final List<String> requireQueryParams;