Interface JSONOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JSONOutput.Builder,
,JSONOutput> SdkBuilder<JSONOutput.Builder,
,JSONOutput> SdkPojo
- Enclosing class:
JSONOutput
public static interface JSONOutput.Builder
extends SdkPojo, CopyableBuilder<JSONOutput.Builder,JSONOutput>
-
Method Summary
Modifier and TypeMethodDescriptionrecordDelimiter
(String recordDelimiter) The value used to separate individual records in 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
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
recordDelimiter
The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').
- Parameters:
recordDelimiter
- The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').- Returns:
- Returns a reference to this object so that method calls can be chained together.
-