Interface DataViewDestinationTypeParams.Builder

    • Method Detail

      • destinationType

        DataViewDestinationTypeParams.Builder destinationType​(String destinationType)

        Destination type for a Dataview.

        • GLUE_TABLE – Glue table destination type.

        • S3 – S3 destination type.

        Parameters:
        destinationType - Destination type for a Dataview.

        • GLUE_TABLE – Glue table destination type.

        • S3 – S3 destination type.

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

        DataViewDestinationTypeParams.Builder s3DestinationExportFileFormat​(String s3DestinationExportFileFormat)

        Dataview export file format.

        • PARQUET – Parquet export file format.

        • DELIMITED_TEXT – Delimited text export file format.

        Parameters:
        s3DestinationExportFileFormat - Dataview export file format.

        • PARQUET – Parquet export file format.

        • DELIMITED_TEXT – Delimited text export file format.

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

        DataViewDestinationTypeParams.Builder s3DestinationExportFileFormat​(ExportFileFormat s3DestinationExportFileFormat)

        Dataview export file format.

        • PARQUET – Parquet export file format.

        • DELIMITED_TEXT – Delimited text export file format.

        Parameters:
        s3DestinationExportFileFormat - Dataview export file format.

        • PARQUET – Parquet export file format.

        • DELIMITED_TEXT – Delimited text export file format.

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

        DataViewDestinationTypeParams.Builder s3DestinationExportFileFormatOptions​(Map<String,​String> s3DestinationExportFileFormatOptions)

        Format Options for S3 Destination type.

        Here is an example of how you could specify the s3DestinationExportFileFormatOptions

        { "header": "true", "delimiter": ",", "compression": "gzip" }

        Parameters:
        s3DestinationExportFileFormatOptions - Format Options for S3 Destination type.

        Here is an example of how you could specify the s3DestinationExportFileFormatOptions

        { "header": "true", "delimiter": ",", "compression": "gzip" }

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