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 Summary
Modifier and TypeMethodDescriptionThe dialect of the query engine.dialect
(ViewDialect dialect) The dialect of the query engine.dialectVersion
(String dialectVersion) The version of the dialect of the query engine.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
-
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
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.
-