Uses of Interface
software.amazon.awssdk.eventnotifications.s3.internal.S3EventNotificationWriter.Builder
-
Packages that use S3EventNotificationWriter.Builder Package Description software.amazon.awssdk.eventnotifications.s3.internal -
-
Uses of S3EventNotificationWriter.Builder in software.amazon.awssdk.eventnotifications.s3.internal
Classes in software.amazon.awssdk.eventnotifications.s3.internal that implement S3EventNotificationWriter.Builder Modifier and Type Class Description static class
DefaultS3EventNotificationWriter.DefaultBuilder
Methods in software.amazon.awssdk.eventnotifications.s3.internal that return S3EventNotificationWriter.Builder Modifier and Type Method Description static S3EventNotificationWriter.Builder
DefaultS3EventNotificationWriter. builder()
static S3EventNotificationWriter.Builder
S3EventNotificationWriter. builder()
S3EventNotificationWriter.Builder
DefaultS3EventNotificationWriter.DefaultBuilder. prettyPrint(Boolean prettyPrint)
S3EventNotificationWriter.Builder
S3EventNotificationWriter.Builder. prettyPrint(Boolean prettyPrint)
Configure whether the writer should "pretty-print" the output.
-