@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExasolParameters extends Object implements Serializable, Cloneable, StructuredPojo
The required parameters for connecting to an Exasol data source.
Constructor and Description |
---|
ExasolParameters() |
Modifier and Type | Method and Description |
---|---|
ExasolParameters |
clone() |
boolean |
equals(Object obj) |
String |
getHost()
The hostname or IP address of the Exasol data source.
|
Integer |
getPort()
The port for the Exasol data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHost(String host)
The hostname or IP address of the Exasol data source.
|
void |
setPort(Integer port)
The port for the Exasol data source.
|
String |
toString()
Returns a string representation of this object.
|
ExasolParameters |
withHost(String host)
The hostname or IP address of the Exasol data source.
|
ExasolParameters |
withPort(Integer port)
The port for the Exasol data source.
|
public void setHost(String host)
The hostname or IP address of the Exasol data source.
host
- The hostname or IP address of the Exasol data source.public String getHost()
The hostname or IP address of the Exasol data source.
public ExasolParameters withHost(String host)
The hostname or IP address of the Exasol data source.
host
- The hostname or IP address of the Exasol data source.public void setPort(Integer port)
The port for the Exasol data source.
port
- The port for the Exasol data source.public Integer getPort()
The port for the Exasol data source.
public ExasolParameters withPort(Integer port)
The port for the Exasol data source.
port
- The port for the Exasol data source.public String toString()
toString
in class Object
Object.toString()
public ExasolParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.