Builder class for specifying log request parameters. Logs can be retrieved by specifying a process, the number of lines, etc... Once the params are specified, build the {@link Log} request with {@link #getRequest()}. Use this builder to specify which params a {@link Log} should use. e.g.
{@code new Log.LogRequestBuilder().app("myApp").ps("web.1").num(50).getRequest()}