public static interface JSONOutput.Builder extends SdkPojo, CopyableBuilder<JSONOutput.Builder,JSONOutput>
| Modifier and Type | Method and Description |
|---|---|
JSONOutput.Builder |
recordDelimiter(String recordDelimiter)
The value used to separate individual records in the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJSONOutput.Builder recordDelimiter(String recordDelimiter)
The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').
recordDelimiter - The value used to separate individual records in the output. If no value is specified, Amazon S3 uses
a newline character ('\n').Copyright © 2021. All rights reserved.