Class InputFormat

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.InputFormat
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.766Z") @Stability(Experimental) public class InputFormat extends software.amazon.jsii.JsiiObject
(experimental) 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.alpha.*;
 InputFormat inputFormat = InputFormat.AVRO;
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final InputFormat
    (experimental) InputFormat for Avro files.
    static final InputFormat
    (experimental) InputFormat for Cloudtrail Logs.
    static final InputFormat
    (experimental) InputFormat for Orc files.
    static final InputFormat
    (experimental) InputFormat for Parquet files.
    static final InputFormat
    (experimental) An InputFormat for plain text files.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    InputFormat(String className)
     
    protected
    InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    InputFormat(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson