Class InputFormat
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.InputFormat
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:05.049Z")
@Stability(Stable)
public class InputFormat
extends software.amazon.jsii.JsiiObject
Absolute class name of the Hadoop
InputFormat to use when reading table files.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; InputFormat inputFormat = InputFormat.AVRO;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InputFormatInputFormat for Avro files.static final InputFormatInputFormat for Cloudtrail Logs.static final InputFormatInputFormat for Orc files.static final InputFormatInputFormat for Parquet files.static final InputFormatAn InputFormat for plain text files. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInputFormat(String className) protectedInputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedInputFormat(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
AVRO
InputFormat for Avro files.- See Also:
-
CLOUDTRAIL
InputFormat for Cloudtrail Logs.- See Also:
-
ORC
InputFormat for Orc files.- See Also:
-
PARQUET
InputFormat for Parquet files.- See Also:
-
TEXT
An InputFormat for plain text files.Files are broken into lines. Either linefeed or carriage-return are used to signal end of line. Keys are the position in the file, and values are the line of text. JSON & CSV files are examples of this InputFormat
- See Also:
-
-
Constructor Details
-
InputFormat
protected InputFormat(software.amazon.jsii.JsiiObjectRef objRef) -
InputFormat
protected InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
InputFormat
- Parameters:
className- This parameter is required.
-
-
Method Details
-
getClassName
-