Interface FileFormat.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileFormat.Builder,FileFormat>, SdkBuilder<FileFormat.Builder,FileFormat>, SdkPojo
Enclosing class:
FileFormat

public static interface FileFormat.Builder extends SdkPojo, CopyableBuilder<FileFormat.Builder,FileFormat>
  • Method Details

    • csv

      The .csv file format.

      Parameters:
      csv - The .csv file format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • csv

      The .csv file format.

      This is a convenience method that creates an instance of the Csv.Builder avoiding the need to create one manually via Csv.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to csv(Csv).

      Parameters:
      csv - a consumer that will call methods on Csv.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: