Class DatabricksParameters
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DatabricksParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatabricksParameters.Builder,DatabricksParameters>
@Generated("software.amazon.awssdk:codegen") public final class DatabricksParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabricksParameters.Builder,DatabricksParameters>
The parameters that are required to connect to a Databricks data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatabricksParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabricksParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhost()The host name of the Databricks data source.Integerport()The port for the Databricks data source.List<SdkField<?>>sdkFields()static Class<? extends DatabricksParameters.Builder>serializableBuilderClass()StringsqlEndpointPath()The HTTP path of the Databricks data source.DatabricksParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
host
public final String host()
The host name of the Databricks data source.
- Returns:
- The host name of the Databricks data source.
-
port
public final Integer port()
The port for the Databricks data source.
- Returns:
- The port for the Databricks data source.
-
sqlEndpointPath
public final String sqlEndpointPath()
The HTTP path of the Databricks data source.
- Returns:
- The HTTP path of the Databricks data source.
-
toBuilder
public DatabricksParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabricksParameters.Builder,DatabricksParameters>
-
builder
public static DatabricksParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatabricksParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-