Interface StarburstParameters.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<StarburstParameters.Builder,StarburstParameters>
,SdkBuilder<StarburstParameters.Builder,StarburstParameters>
,SdkPojo
- Enclosing class:
- StarburstParameters
public static interface StarburstParameters.Builder extends SdkPojo, CopyableBuilder<StarburstParameters.Builder,StarburstParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String productType)
The product type for the Starburst data source.StarburstParameters.Builder
productType(StarburstProductType productType)
The product type for the Starburst data source.-
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 Detail
-
host
StarburstParameters.Builder host(String host)
The host name of the Starburst data source.
- Parameters:
host
- The host name of the Starburst data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
StarburstParameters.Builder port(Integer port)
The port for the Starburst data source.
- Parameters:
port
- The port for the Starburst data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalog
StarburstParameters.Builder catalog(String catalog)
The catalog name for the Starburst data source.
- Parameters:
catalog
- The catalog name for the Starburst data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productType
StarburstParameters.Builder productType(String productType)
The product type for the Starburst data source.
- Parameters:
productType
- The product type for the Starburst data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StarburstProductType
,StarburstProductType
-
productType
StarburstParameters.Builder productType(StarburstProductType productType)
The product type for the Starburst data source.
- Parameters:
productType
- The product type for the Starburst data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StarburstProductType
,StarburstProductType
-
-