public static interface CfnTable.SerdeInfoProperty
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.*; Object parameters; SerdeInfoProperty serdeInfoProperty = SerdeInfoProperty.builder() .name("name") .parameters(parameters) .serializationLibrary("serializationLibrary") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTable.SerdeInfoProperty.Builder
A builder for
CfnTable.SerdeInfoProperty |
static class |
CfnTable.SerdeInfoProperty.Jsii$Proxy
An implementation for
CfnTable.SerdeInfoProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTable.SerdeInfoProperty.Builder |
builder() |
default java.lang.String |
getName()
Name of the SerDe.
|
default java.lang.Object |
getParameters()
These key-value pairs define initialization parameters for the SerDe.
|
default java.lang.String |
getSerializationLibrary()
Usually the class that implements the SerDe.
|
default java.lang.String getName()
default java.lang.Object getParameters()
default java.lang.String getSerializationLibrary()
An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.
static CfnTable.SerdeInfoProperty.Builder builder()
CfnTable.SerdeInfoProperty.Builder
of CfnTable.SerdeInfoProperty