Interface S3EventNotificationWriter
- All Superinterfaces:
ToCopyableBuilder<S3EventNotificationWriter.Builder,
S3EventNotificationWriter>
- All Known Implementing Classes:
DefaultS3EventNotificationWriter
public interface S3EventNotificationWriter
extends ToCopyableBuilder<S3EventNotificationWriter.Builder,S3EventNotificationWriter>
Converts a
S3EventNotification
to json.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static S3EventNotificationWriter
create()
writeToString
(S3EventNotification event) Write an event to json string.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy, toBuilder
-
Method Details
-
writeToString
Write an event to json string. Null field will be included as null.- Parameters:
event
- to event to convert to json.- Returns:
- the json representation of the event.
-
create
-
builder
-