Interface ExportDestination.Builder

    • Method Detail

      • 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, DataFormat
      • 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:
        DataFormat, DataFormat
      • s3Url

        ExportDestination.Builder s3Url​(String 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.