Interface SerDeInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SerDeInfo.Builder,
,SerDeInfo> SdkBuilder<SerDeInfo.Builder,
,SerDeInfo> SdkPojo
- Enclosing class:
SerDeInfo
public static interface SerDeInfo.Builder
extends SdkPojo, CopyableBuilder<SerDeInfo.Builder,SerDeInfo>
-
Method Summary
Modifier and TypeMethodDescriptionName of the SerDe.parameters
(Map<String, String> parameters) These key-value pairs define initialization parameters for the SerDe.serializationLibrary
(String serializationLibrary) Usually the class that implements the SerDe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
Name of the SerDe.
- Parameters:
name
- Name of the SerDe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serializationLibrary
Usually the class that implements the SerDe. An example is
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.- Parameters:
serializationLibrary
- Usually the class that implements the SerDe. An example isorg.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
These key-value pairs define initialization parameters for the SerDe.
- Parameters:
parameters
- These key-value pairs define initialization parameters for the SerDe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-