@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MicrosoftSqlServerDataProviderSettings extends Object implements Serializable, Cloneable, StructuredPojo
Provides information that defines a Microsoft SQL Server data provider.
Constructor and Description |
---|
MicrosoftSqlServerDataProviderSettings() |
Modifier and Type | Method and Description |
---|---|
MicrosoftSqlServerDataProviderSettings |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
String |
getDatabaseName()
The database name on the Microsoft SQL Server data provider.
|
Integer |
getPort()
The port value for the Microsoft SQL Server data provider.
|
String |
getServerName()
The name of the Microsoft SQL Server server.
|
String |
getSslMode()
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
void |
setDatabaseName(String databaseName)
The database name on the Microsoft SQL Server data provider.
|
void |
setPort(Integer port)
The port value for the Microsoft SQL Server data provider.
|
void |
setServerName(String serverName)
The name of the Microsoft SQL Server server.
|
void |
setSslMode(String sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
String |
toString()
Returns a string representation of this object.
|
MicrosoftSqlServerDataProviderSettings |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
MicrosoftSqlServerDataProviderSettings |
withDatabaseName(String databaseName)
The database name on the Microsoft SQL Server data provider.
|
MicrosoftSqlServerDataProviderSettings |
withPort(Integer port)
The port value for the Microsoft SQL Server data provider.
|
MicrosoftSqlServerDataProviderSettings |
withServerName(String serverName)
The name of the Microsoft SQL Server server.
|
MicrosoftSqlServerDataProviderSettings |
withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
MicrosoftSqlServerDataProviderSettings |
withSslMode(String sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
public MicrosoftSqlServerDataProviderSettings()
public void setServerName(String serverName)
The name of the Microsoft SQL Server server.
serverName
- The name of the Microsoft SQL Server server.public String getServerName()
The name of the Microsoft SQL Server server.
public MicrosoftSqlServerDataProviderSettings withServerName(String serverName)
The name of the Microsoft SQL Server server.
serverName
- The name of the Microsoft SQL Server server.public void setPort(Integer port)
The port value for the Microsoft SQL Server data provider.
port
- The port value for the Microsoft SQL Server data provider.public Integer getPort()
The port value for the Microsoft SQL Server data provider.
public MicrosoftSqlServerDataProviderSettings withPort(Integer port)
The port value for the Microsoft SQL Server data provider.
port
- The port value for the Microsoft SQL Server data provider.public void setDatabaseName(String databaseName)
The database name on the Microsoft SQL Server data provider.
databaseName
- The database name on the Microsoft SQL Server data provider.public String getDatabaseName()
The database name on the Microsoft SQL Server data provider.
public MicrosoftSqlServerDataProviderSettings withDatabaseName(String databaseName)
The database name on the Microsoft SQL Server data provider.
databaseName
- The database name on the Microsoft SQL Server data provider.public void setSslMode(String sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is none
.
sslMode
- The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is
none
.DmsSslModeValue
public String getSslMode()
The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is none
.
none
.DmsSslModeValue
public MicrosoftSqlServerDataProviderSettings withSslMode(String sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is none
.
sslMode
- The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is
none
.DmsSslModeValue
public MicrosoftSqlServerDataProviderSettings withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is none
.
sslMode
- The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is
none
.DmsSslModeValue
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
certificateArn
- The Amazon Resource Name (ARN) of the certificate used for SSL connection.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
public MicrosoftSqlServerDataProviderSettings withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
certificateArn
- The Amazon Resource Name (ARN) of the certificate used for SSL connection.public String toString()
toString
in class Object
Object.toString()
public MicrosoftSqlServerDataProviderSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.