[[["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-03-05 UTC."],[[["`RetryOptions.Builder` provides static methods to create instances of `RetryOptions`."],["The `withDefaults()` method returns a default set of `RetryOptions`."],["Methods like `withMaxBackoffSeconds`, `withMaxDoublings`, `withMinBackoffSeconds`, `withTaskAgeLimitSeconds`, and `withTaskRetryLimit` allow customization of `RetryOptions`."],["Each of the customization methods return the default `RetryOptions` while also calling their corresponding setter in the `RetryOptions` class."],["The `RetryOptions.Builder` class inherits standard methods from `java.lang.Object` such as `clone()`, `equals(Object)`, and `hashCode()`."]]],[]]