[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `ConnectionsOptions.Builder` class facilitates the creation of `ConnectionsOptions` instances. It features a public constructor `Builder()` to initialize the builder. The core functionality is provided by the public method `build()`, which is responsible for constructing and returning a `ConnectionsOptions` object. Additional inherited methods such as `clone()`, `equals()`, `hashCode()`, `toString()`, and others, from the `Object` class are also available for standard object operations.\n"]]