[[["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."],[[["`BounceNotification.DetailsBuilder` is a class that inherits from `java.lang.Object` and provides a way to construct `BounceNotification.Details` objects."],["The class includes a default constructor `DetailsBuilder()` for creating instances of the builder."],["The `build()` method is used to finalize the creation of a `BounceNotification.Details` object."],["Several `with...()` methods, such as `withBcc()`, `withCc()`, `withFrom()`, `withSubject()`, `withText()`, and `withTo()`, allow setting the respective fields of a bounce notification, all of which accept a nullable string."],["Each `with...()` method returns the `BounceNotification.DetailsBuilder` instance, enabling method chaining."]]],[]]