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
Modifier and TypeMethodDescriptionThe catalog name for the Starburst data source.The host name of the Starburst data source.The port for the Starburst data source.productType
(String productType) The product type for the Starburst data source.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 Details
-
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
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
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
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:
-
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:
-