Interface SupportedDialect.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SupportedDialect.Builder,SupportedDialect>, SdkBuilder<SupportedDialect.Builder,SupportedDialect>, SdkPojo
Enclosing class:
SupportedDialect

public static interface SupportedDialect.Builder extends SdkPojo, CopyableBuilder<SupportedDialect.Builder,SupportedDialect>
  • Method Details

    • dialect

      SupportedDialect.Builder dialect(String dialect)

      The dialect of the query engine.

      Parameters:
      dialect - The dialect of the query engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dialect

      The dialect of the query engine.

      Parameters:
      dialect - The dialect of the query engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dialectVersion

      SupportedDialect.Builder dialectVersion(String dialectVersion)

      The version of the dialect of the query engine. For example, 3.0.0.

      Parameters:
      dialectVersion - The version of the dialect of the query engine. For example, 3.0.0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.