public static interface IBMDb2Settings.Builder extends SdkPojo, CopyableBuilder<IBMDb2Settings.Builder,IBMDb2Settings>
| Modifier and Type | Method and Description |
|---|---|
IBMDb2Settings.Builder |
currentLsn(String currentLsn)
For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the
replication to start.
|
IBMDb2Settings.Builder |
databaseName(String databaseName)
Database name for the endpoint.
|
IBMDb2Settings.Builder |
maxKBytesPerRead(Integer maxKBytesPerRead)
Maximum number of bytes per read, as a NUMBER value.
|
IBMDb2Settings.Builder |
password(String password)
Endpoint connection password.
|
IBMDb2Settings.Builder |
port(Integer port)
Endpoint TCP port.
|
IBMDb2Settings.Builder |
secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants
the required permissions to access the value in
SecretsManagerSecret. |
IBMDb2Settings.Builder |
secretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the Db2
LUW endpoint connection details. |
IBMDb2Settings.Builder |
serverName(String serverName)
Fully qualified domain name of the endpoint.
|
IBMDb2Settings.Builder |
setDataCaptureChanges(Boolean setDataCaptureChanges)
Enables ongoing replication (CDC) as a BOOLEAN value.
|
IBMDb2Settings.Builder |
username(String username)
Endpoint connection user name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIBMDb2Settings.Builder databaseName(String databaseName)
Database name for the endpoint.
databaseName - Database name for the endpoint.IBMDb2Settings.Builder password(String password)
Endpoint connection password.
password - Endpoint connection password.IBMDb2Settings.Builder port(Integer port)
Endpoint TCP port.
port - Endpoint TCP port.IBMDb2Settings.Builder serverName(String serverName)
Fully qualified domain name of the endpoint.
serverName - Fully qualified domain name of the endpoint.IBMDb2Settings.Builder setDataCaptureChanges(Boolean setDataCaptureChanges)
Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.
setDataCaptureChanges - Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.IBMDb2Settings.Builder currentLsn(String currentLsn)
For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.
currentLsn - For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want
the replication to start.IBMDb2Settings.Builder maxKBytesPerRead(Integer maxKBytesPerRead)
Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.
maxKBytesPerRead - Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.IBMDb2Settings.Builder username(String username)
Endpoint connection user name.
username - Endpoint connection user name.IBMDb2Settings.Builder secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants
the required permissions to access the value in SecretsManagerSecret.
SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access to the
Db2 LUW endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this setting
and SecretsManagerSecretId. Or you can specify clear-text values for UserName,
Password, ServerName, and Port. You can't specify both. For more
information on creating this SecretsManagerSecret and the
SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see
Using secrets to access AWS Database Migration Service resources in the AWS Database Migration
Service User Guide.
secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and
grants the required permissions to access the value in SecretsManagerSecret.
SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access
to the Db2 LUW endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this
setting and SecretsManagerSecretId. Or you can specify clear-text values for
UserName, Password, ServerName, and Port. You
can't specify both. For more information on creating this SecretsManagerSecret and the
SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access
it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration
Service User Guide.
IBMDb2Settings.Builder secretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Db2
LUW endpoint connection details.
secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the
Db2 LUW endpoint connection details.Copyright © 2021. All rights reserved.