Interface EventDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventDetails.Builder,,EventDetails> SdkBuilder<EventDetails.Builder,,EventDetails> SdkPojo
- Enclosing class:
EventDetails
public static interface EventDetails.Builder
extends SdkPojo, CopyableBuilder<EventDetails.Builder,EventDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EventDetails.Builderbounce(Consumer<Bounce.Builder> bounce) Information about aBounceevent.Information about aBounceevent.default EventDetails.Buildercomplaint(Consumer<Complaint.Builder> complaint) Information about aComplaintevent.Information about aComplaintevent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bounce
Information about a
Bounceevent.- Parameters:
bounce- Information about aBounceevent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bounce
Information about a
This is a convenience method that creates an instance of theBounceevent.Bounce.Builderavoiding the need to create one manually viaBounce.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobounce(Bounce).- Parameters:
bounce- a consumer that will call methods onBounce.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
complaint
Information about a
Complaintevent.- Parameters:
complaint- Information about aComplaintevent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complaint
Information about a
This is a convenience method that creates an instance of theComplaintevent.Complaint.Builderavoiding the need to create one manually viaComplaint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomplaint(Complaint).- Parameters:
complaint- a consumer that will call methods onComplaint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-