Builds an instance of the containing class. This operation is unsupported on the abstract
base class UnaryCallSettings, but is valid on concrete derived classes.
When using the method, make sure that the RetrySettings are complete. For example,
the following code will disable retries because the retry delay is not set:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The document details the `PagedCallSettings.Builder` class within the Google API Client Library for Java (gax) version 2.14.0, and its function to build instances of `PagedCallSettings`."],["It provides a comprehensive list of available versions, ranging from 2.63.1 (latest) down to 2.7.1, each linked to its corresponding API documentation for `PagedCallSettings.Builder`."],["`PagedCallSettings.Builder` inherits from `UnaryCallSettings.Builder` and includes methods to set retry settings and specify retryable status codes, enhancing the robustness of API calls."],["This class's constructors allow for the creation of a builder either from existing `PagedCallSettings` or from a `PagedListResponseFactory`, providing flexibility in how paged call settings are configured."],["The `build()` method allows for the creation of an instance of `PagedCallSettings` after configuring all needed settings."]]],[]]