Uses of Interface
software.amazon.awssdk.services.glue.model.SerDeInfo.Builder
-
Packages that use SerDeInfo.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SerDeInfo.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SerDeInfo.Builder Modifier and Type Method Description static SerDeInfo.BuilderSerDeInfo. builder()SerDeInfo.BuilderSerDeInfo.Builder. name(String name)Name of the SerDe.SerDeInfo.BuilderSerDeInfo.Builder. parameters(Map<String,String> parameters)These key-value pairs define initialization parameters for the SerDe.SerDeInfo.BuilderSerDeInfo.Builder. serializationLibrary(String serializationLibrary)Usually the class that implements the SerDe.SerDeInfo.BuilderSerDeInfo. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SerDeInfo.Builder Modifier and Type Method Description static Class<? extends SerDeInfo.Builder>SerDeInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SerDeInfo.Builder Modifier and Type Method Description default StorageDescriptor.BuilderStorageDescriptor.Builder. serdeInfo(Consumer<SerDeInfo.Builder> serdeInfo)The serialization/deserialization (SerDe) information.
-