public static interface StarburstParameters.Builder extends SdkPojo, CopyableBuilder<StarburstParameters.Builder,StarburstParameters>
| Modifier and Type | Method and Description |
|---|---|
StarburstParameters.Builder |
catalog(String catalog)
The catalog name for the Starburst data source.
|
StarburstParameters.Builder |
host(String host)
The host name of the Starburst data source.
|
StarburstParameters.Builder |
port(Integer port)
The port for the Starburst data source.
|
StarburstParameters.Builder |
productType(StarburstProductType productType)
The product type for the Starburst data source.
|
StarburstParameters.Builder |
productType(String productType)
The product type for the Starburst data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStarburstParameters.Builder host(String host)
The host name of the Starburst data source.
host - The host name of the Starburst data source.StarburstParameters.Builder port(Integer port)
The port for the Starburst data source.
port - The port for the Starburst data source.StarburstParameters.Builder catalog(String catalog)
The catalog name for the Starburst data source.
catalog - The catalog name for the Starburst data source.StarburstParameters.Builder productType(String productType)
The product type for the Starburst data source.
productType - The product type for the Starburst data source.StarburstProductType,
StarburstProductTypeStarburstParameters.Builder productType(StarburstProductType productType)
The product type for the Starburst data source.
productType - The product type for the Starburst data source.StarburstProductType,
StarburstProductTypeCopyright © 2023. All rights reserved.