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 Details

    • recordDelimiter

      JSONOutput.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').

      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.