Uses of Class
software.amazon.awscdk.services.glue.InputFormat
Packages that use InputFormat
-
Uses of InputFormat in software.amazon.awscdk.services.glue
Fields in software.amazon.awscdk.services.glue declared as InputFormatModifier and TypeFieldDescriptionstatic final InputFormatInputFormat.AVROInputFormat for Avro files.static final InputFormatInputFormat.CLOUDTRAILInputFormat for Cloudtrail Logs.static final InputFormatInputFormat.ORCInputFormat for Orc files.static final InputFormatInputFormat.PARQUETInputFormat for Parquet files.static final InputFormatInputFormat.TEXTAn InputFormat for plain text files.Methods in software.amazon.awscdk.services.glue that return InputFormatModifier and TypeMethodDescriptionDataFormat.getInputFormat()InputFormatfor this data format.DataFormatProps.getInputFormat()InputFormatfor this data format.final InputFormatDataFormatProps.Jsii$Proxy.getInputFormat()Methods in software.amazon.awscdk.services.glue with parameters of type InputFormatModifier and TypeMethodDescriptionDataFormat.Builder.inputFormat(InputFormat inputFormat) InputFormatfor this data format.DataFormatProps.Builder.inputFormat(InputFormat inputFormat) Sets the value ofDataFormatProps.getInputFormat()