[[["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."],[[["The `BounceNotification.BounceNotificationBuilder` class is a builder for creating `BounceNotification` objects and inherits from `java.lang.Object`."],["The builder has a default constructor `BounceNotificationBuilder()`."],["The `build()` method constructs and returns a `BounceNotification` object."],["The methods `withNotification`, `withOriginal`, and `withRawMessage` allow you to set the notification details, original details, and raw message, respectively, within the builder, and return the `BounceNotificationBuilder`."],["This Builder's inherited methods include `clone()`, `equals(Object)`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, `wait()`, `wait(long)`, and `wait(long,int)`."]]],[]]