Interface SybaseAseDataProviderSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SybaseAseDataProviderSettings.Builder,,SybaseAseDataProviderSettings> SdkBuilder<SybaseAseDataProviderSettings.Builder,,SybaseAseDataProviderSettings> SdkPojo
- Enclosing class:
SybaseAseDataProviderSettings
@Mutable
@NotThreadSafe
public static interface SybaseAseDataProviderSettings.Builder
extends SdkPojo, CopyableBuilder<SybaseAseDataProviderSettings.Builder,SybaseAseDataProviderSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) The Amazon Resource Name (ARN) of the certificate used for SSL connection.databaseName(String databaseName) The database name on the SAP ASE data provider.encryptPassword(Boolean encryptPassword) Specifies whether to encrypt the password when connecting to the Sybase ASE database.The port value for the SAP ASE data provider.serverName(String serverName) The name of the SAP ASE server.The SSL mode used to connect to the SAP ASE data provider.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the SAP ASE data provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serverName
The name of the SAP ASE server.
- Parameters:
serverName- The name of the SAP ASE server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port value for the SAP ASE data provider.
- Parameters:
port- The port value for the SAP ASE data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
The database name on the SAP ASE data provider.
- Parameters:
databaseName- The database name on the SAP ASE data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sslMode
The SSL mode used to connect to the SAP ASE data provider. The default value is
none.- Parameters:
sslMode- The SSL mode used to connect to the SAP ASE data provider. The default value isnone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sslMode
The SSL mode used to connect to the SAP ASE data provider. The default value is
none.- Parameters:
sslMode- The SSL mode used to connect to the SAP ASE data provider. The default value isnone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptPassword
Specifies whether to encrypt the password when connecting to the Sybase ASE database. When set to true, the connection password is encrypted during transmission. Default is true.
- Parameters:
encryptPassword- Specifies whether to encrypt the password when connecting to the Sybase ASE database. When set to true, the connection password is encrypted during transmission. Default is true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
- Parameters:
certificateArn- The Amazon Resource Name (ARN) of the certificate used for SSL connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-