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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedDialect.Builderdialect(String dialect)The dialect of the query engine.SupportedDialect.Builderdialect(ViewDialect dialect)The dialect of the query engine.SupportedDialect.BuilderdialectVersion(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
ViewDialect,ViewDialect
-
dialect
SupportedDialect.Builder dialect(ViewDialect 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:
ViewDialect,ViewDialect
-
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.
-
-