@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatabricksParameters extends Object implements Serializable, Cloneable, StructuredPojo
The required parameters that are needed to connect to a Databricks data source.
Constructor and Description |
---|
DatabricksParameters() |
Modifier and Type | Method and Description |
---|---|
DatabricksParameters |
clone() |
boolean |
equals(Object obj) |
String |
getHost()
The host name of the Databricks data source.
|
Integer |
getPort()
The port for the Databricks data source.
|
String |
getSqlEndpointPath()
The HTTP path of the Databricks data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHost(String host)
The host name of the Databricks data source.
|
void |
setPort(Integer port)
The port for the Databricks data source.
|
void |
setSqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
|
String |
toString()
Returns a string representation of this object.
|
DatabricksParameters |
withHost(String host)
The host name of the Databricks data source.
|
DatabricksParameters |
withPort(Integer port)
The port for the Databricks data source.
|
DatabricksParameters |
withSqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
|
public void setHost(String host)
The host name of the Databricks data source.
host
- The host name of the Databricks data source.public String getHost()
The host name of the Databricks data source.
public DatabricksParameters withHost(String host)
The host name of the Databricks data source.
host
- The host name of the Databricks data source.public void setPort(Integer port)
The port for the Databricks data source.
port
- The port for the Databricks data source.public Integer getPort()
The port for the Databricks data source.
public DatabricksParameters withPort(Integer port)
The port for the Databricks data source.
port
- The port for the Databricks data source.public void setSqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
sqlEndpointPath
- The HTTP path of the Databricks data source.public String getSqlEndpointPath()
The HTTP path of the Databricks data source.
public DatabricksParameters withSqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
sqlEndpointPath
- The HTTP path of the Databricks data source.public String toString()
toString
in class Object
Object.toString()
public DatabricksParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.