Uses of Interface
software.amazon.awssdk.services.glue.model.SupportedDialect.Builder
-
Packages that use SupportedDialect.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SupportedDialect.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SupportedDialect.Builder Modifier and Type Method Description static SupportedDialect.BuilderSupportedDialect. builder()SupportedDialect.BuilderSupportedDialect.Builder. dialect(String dialect)The dialect of the query engine.SupportedDialect.BuilderSupportedDialect.Builder. dialect(ViewDialect dialect)The dialect of the query engine.SupportedDialect.BuilderSupportedDialect.Builder. dialectVersion(String dialectVersion)The version of the dialect of the query engine.SupportedDialect.BuilderSupportedDialect. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SupportedDialect.Builder Modifier and Type Method Description static Class<? extends SupportedDialect.Builder>SupportedDialect. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SupportedDialect.Builder Modifier and Type Method Description default GetUnfilteredTableMetadataRequest.BuilderGetUnfilteredTableMetadataRequest.Builder. supportedDialect(Consumer<SupportedDialect.Builder> supportedDialect)A structure specifying the dialect and dialect version used by the query engine.
-