Interface ExportDestination.Builder

  • Method Details

    • dataFormat

      ExportDestination.Builder dataFormat(String dataFormat)

      The data format of the final export job file, can be one of the following:

      • CSV - A comma-separated values file.

      • JSON - A Json file.

      Parameters:
      dataFormat - The data format of the final export job file, can be one of the following:

      • CSV - A comma-separated values file.

      • JSON - A Json file.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataFormat

      ExportDestination.Builder dataFormat(DataFormat dataFormat)

      The data format of the final export job file, can be one of the following:

      • CSV - A comma-separated values file.

      • JSON - A Json file.

      Parameters:
      dataFormat - The data format of the final export job file, can be one of the following:

      • CSV - A comma-separated values file.

      • JSON - A Json file.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3Url

      An Amazon S3 pre-signed URL that points to the generated export file.

      Parameters:
      s3Url - An Amazon S3 pre-signed URL that points to the generated export file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.