Interface S3EventNotificationWriter.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<S3EventNotificationWriter.Builder,S3EventNotificationWriter>
,SdkBuilder<S3EventNotificationWriter.Builder,S3EventNotificationWriter>
- All Known Implementing Classes:
DefaultS3EventNotificationWriter.DefaultBuilder
- Enclosing interface:
- S3EventNotificationWriter
public static interface S3EventNotificationWriter.Builder extends CopyableBuilder<S3EventNotificationWriter.Builder,S3EventNotificationWriter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3EventNotificationWriter.Builder
prettyPrint(Boolean prettyPrint)
Configure whether the writer should "pretty-print" the output.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
-
-
-
Method Detail
-
prettyPrint
S3EventNotificationWriter.Builder prettyPrint(Boolean prettyPrint)
Configure whether the writer should "pretty-print" the output.When set to true, this will add new lines and indentation to the output to make it easier for a human to read, at the expense of extra data (white space) being output.
By default, this is
false
.
-
-