Class OutputFormat

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:42.584Z") @Stability(Experimental) public class OutputFormat extends software.amazon.jsii.JsiiObject
(experimental) Absolute class name of the Hadoop OutputFormat to use when writing 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.*;
 OutputFormat outputFormat = new OutputFormat("className");
 
  • 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) OutputFormat for Avro files.
    static final OutputFormat
    (experimental) Writes text data with a null key (value only).
    static final InputFormat
    (experimental) OutputFormat for Orc files.
    static final OutputFormat
    (experimental) OutputFormat for Parquet files.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    OutputFormat(String className)
     
    protected
    OutputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    OutputFormat(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