@Generated(value="software.amazon.awssdk:codegen") public final class StarburstParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StarburstParameters.Builder,StarburstParameters>
The parameters that are required to connect to a Starburst data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StarburstParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StarburstParameters.Builder |
builder() |
String |
catalog()
The catalog name for the Starburst data source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
host()
The host name of the Starburst data source.
|
Integer |
port()
The port for the Starburst data source.
|
StarburstProductType |
productType()
The product type for the Starburst data source.
|
String |
productTypeAsString()
The product type for the Starburst data source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StarburstParameters.Builder> |
serializableBuilderClass() |
StarburstParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String host()
The host name of the Starburst data source.
public final Integer port()
The port for the Starburst data source.
public final String catalog()
The catalog name for the Starburst data source.
public final StarburstProductType productType()
The product type for the Starburst data source.
If the service returns an enum value that is not available in the current SDK version, productType will
return StarburstProductType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from productTypeAsString().
StarburstProductTypepublic final String productTypeAsString()
The product type for the Starburst data source.
If the service returns an enum value that is not available in the current SDK version, productType will
return StarburstProductType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from productTypeAsString().
StarburstProductTypepublic StarburstParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StarburstParameters.Builder,StarburstParameters>public static StarburstParameters.Builder builder()
public static Class<? extends StarburstParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.