Interface DataViewDestinationTypeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataViewDestinationTypeParams.Builder,DataViewDestinationTypeParams>,SdkBuilder<DataViewDestinationTypeParams.Builder,DataViewDestinationTypeParams>,SdkPojo
- Enclosing class:
- DataViewDestinationTypeParams
public static interface DataViewDestinationTypeParams.Builder extends SdkPojo, CopyableBuilder<DataViewDestinationTypeParams.Builder,DataViewDestinationTypeParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataViewDestinationTypeParams.BuilderdestinationType(String destinationType)Destination type for a Dataview.DataViewDestinationTypeParams.Builders3DestinationExportFileFormat(String s3DestinationExportFileFormat)Dataview export file format.DataViewDestinationTypeParams.Builders3DestinationExportFileFormat(ExportFileFormat s3DestinationExportFileFormat)Dataview export file format.DataViewDestinationTypeParams.Builders3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)Format Options for S3 Destination type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-