Class DefaultS3EventNotificationWriter.DefaultBuilder
java.lang.Object
software.amazon.awssdk.eventnotifications.s3.internal.DefaultS3EventNotificationWriter.DefaultBuilder
- All Implemented Interfaces:
S3EventNotificationWriter.Builder
,Buildable
,CopyableBuilder<S3EventNotificationWriter.Builder,
,S3EventNotificationWriter> SdkBuilder<S3EventNotificationWriter.Builder,
S3EventNotificationWriter>
- Enclosing class:
DefaultS3EventNotificationWriter
public static final class DefaultS3EventNotificationWriter.DefaultBuilder
extends Object
implements S3EventNotificationWriter.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
An immutable object that is created from the properties that have been set on the builder.prettyPrint
(Boolean prettyPrint) Configure whether the writer should "pretty-print" the output.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
prettyPrint
Description copied from interface:S3EventNotificationWriter.Builder
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
.- Specified by:
prettyPrint
in interfaceS3EventNotificationWriter.Builder
-
build
Description copied from interface:SdkBuilder
An immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<S3EventNotificationWriter.Builder,
S3EventNotificationWriter> - Returns:
- an instance of T
-