Interface OracleDataProviderSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OracleDataProviderSettings.Builder,
,OracleDataProviderSettings> SdkBuilder<OracleDataProviderSettings.Builder,
,OracleDataProviderSettings> SdkPojo
- Enclosing class:
OracleDataProviderSettings
-
Method Summary
Modifier and TypeMethodDescriptionThe address of your Oracle Automatic Storage Management (ASM) server.certificateArn
(String certificateArn) The Amazon Resource Name (ARN) of the certificate used for SSL connection.databaseName
(String databaseName) The database name on the Oracle data provider.The port value for the Oracle data provider.s3AccessRoleArn
(String s3AccessRoleArn) The ARN for the role the application uses to access its Amazon S3 bucket.The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.secretsManagerOracleAsmAccessRoleArn
(String secretsManagerOracleAsmAccessRoleArn) The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.secretsManagerOracleAsmSecretId
(String secretsManagerOracleAsmSecretId) The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.secretsManagerSecurityDbEncryptionAccessRoleArn
(String secretsManagerSecurityDbEncryptionAccessRoleArn) The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.secretsManagerSecurityDbEncryptionSecretId
(String secretsManagerSecurityDbEncryptionSecretId) The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password.serverName
(String serverName) The name of the Oracle server.The SSL mode used to connect to the Oracle data provider.sslMode
(DmsSslModeValue sslMode) The SSL mode used to connect to the Oracle data provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serverName
The name of the Oracle server.
- Parameters:
serverName
- The name of the Oracle server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port value for the Oracle data provider.
- Parameters:
port
- The port value for the Oracle data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
The database name on the Oracle data provider.
- Parameters:
databaseName
- The database name on the Oracle 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 Oracle data provider. The default value is
none
.- Parameters:
sslMode
- The SSL mode used to connect to the Oracle 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 Oracle data provider. The default value is
none
.- Parameters:
sslMode
- The SSL mode used to connect to the Oracle data provider. The default value isnone
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
asmServer
The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from the
asm_server
value. You setasm_server
as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.- Parameters:
asmServer
- The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from theasm_server
value. You setasm_server
as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsManagerOracleAsmSecretId
OracleDataProviderSettings.Builder secretsManagerOracleAsmSecretId(String secretsManagerOracleAsmSecretId) The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.
Required only if your data provider uses the Oracle ASM server.
- Parameters:
secretsManagerOracleAsmSecretId
- The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.Required only if your data provider uses the Oracle ASM server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsManagerOracleAsmAccessRoleArn
OracleDataProviderSettings.Builder secretsManagerOracleAsmAccessRoleArn(String secretsManagerOracleAsmAccessRoleArn) The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.
- Parameters:
secretsManagerOracleAsmAccessRoleArn
- The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsManagerSecurityDbEncryptionSecretId
OracleDataProviderSettings.Builder secretsManagerSecurityDbEncryptionSecretId(String secretsManagerSecurityDbEncryptionSecretId) The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted by TDE using Binary Reader.
- Parameters:
secretsManagerSecurityDbEncryptionSecretId
- The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted by TDE using Binary Reader.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsManagerSecurityDbEncryptionAccessRoleArn
OracleDataProviderSettings.Builder secretsManagerSecurityDbEncryptionAccessRoleArn(String secretsManagerSecurityDbEncryptionAccessRoleArn) The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.
- Parameters:
secretsManagerSecurityDbEncryptionAccessRoleArn
- The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
- Parameters:
s3Path
- The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessRoleArn
The ARN for the role the application uses to access its Amazon S3 bucket.
- Parameters:
s3AccessRoleArn
- The ARN for the role the application uses to access its Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-