public static interface DataViewDestinationTypeParams.Builder extends SdkPojo, CopyableBuilder<DataViewDestinationTypeParams.Builder,DataViewDestinationTypeParams>
| Modifier and Type | Method and Description |
|---|---|
DataViewDestinationTypeParams.Builder |
destinationType(String destinationType)
Destination type for a Dataview.
|
DataViewDestinationTypeParams.Builder |
s3DestinationExportFileFormat(ExportFileFormat s3DestinationExportFileFormat)
Dataview export file format.
|
DataViewDestinationTypeParams.Builder |
s3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
|
DataViewDestinationTypeParams.Builder |
s3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)
Format Options for S3 Destination type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataViewDestinationTypeParams.Builder destinationType(String destinationType)
Destination type for a Dataview.
GLUE_TABLE – Glue table destination type.
S3 – S3 destination type.
destinationType - Destination type for a Dataview.
GLUE_TABLE – Glue table destination type.
S3 – S3 destination type.
DataViewDestinationTypeParams.Builder s3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
PARQUET – Parquet export file format.
DELIMITED_TEXT – Delimited text export file format.
s3DestinationExportFileFormat - Dataview export file format.
PARQUET – Parquet export file format.
DELIMITED_TEXT – Delimited text export file format.
ExportFileFormat,
ExportFileFormatDataViewDestinationTypeParams.Builder s3DestinationExportFileFormat(ExportFileFormat s3DestinationExportFileFormat)
Dataview export file format.
PARQUET – Parquet export file format.
DELIMITED_TEXT – Delimited text export file format.
s3DestinationExportFileFormat - Dataview export file format.
PARQUET – Parquet export file format.
DELIMITED_TEXT – Delimited text export file format.
ExportFileFormat,
ExportFileFormatDataViewDestinationTypeParams.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" }
s3DestinationExportFileFormatOptions - Format Options for S3 Destination type.
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
Copyright © 2022. All rights reserved.