Class OracleDataProviderSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OracleDataProviderSettings.Builder,OracleDataProviderSettings>
Provides information that defines an Oracle data provider.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe address of your Oracle Automatic Storage Management (ASM) server.builder()final StringThe Amazon Resource Name (ARN) of the certificate used for SSL connection.final StringThe database name on the Oracle data provider.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerport()The port value for the Oracle data provider.final StringThe ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.final StringThe identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.final StringThe ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.final StringThe identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password.static Class<? extends OracleDataProviderSettings.Builder> final StringThe name of the Oracle server.final DmsSslModeValuesslMode()The SSL mode used to connect to the Oracle data provider.final StringThe SSL mode used to connect to the Oracle data provider.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
serverName
The name of the Oracle server.
- Returns:
- The name of the Oracle server.
-
port
The port value for the Oracle data provider.
- Returns:
- The port value for the Oracle data provider.
-
databaseName
The database name on the Oracle data provider.
- Returns:
- The database name on the Oracle data provider.
-
sslMode
The SSL mode used to connect to the Oracle data provider. The default value is
none.If the service returns an enum value that is not available in the current SDK version,
sslModewill returnDmsSslModeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsslModeAsString().- Returns:
- The SSL mode used to connect to the Oracle data provider. The default value is
none. - See Also:
-
sslModeAsString
The SSL mode used to connect to the Oracle data provider. The default value is
none.If the service returns an enum value that is not available in the current SDK version,
sslModewill returnDmsSslModeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsslModeAsString().- Returns:
- The SSL mode used to connect to the Oracle data provider. The default value is
none. - See Also:
-
certificateArn
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
- Returns:
- The Amazon Resource Name (ARN) of the certificate used for SSL connection.
-
asmServer
The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from the
asm_servervalue. You setasm_serveras 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:
- The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from the
asm_servervalue. You setasm_serveras 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.
-
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:
- 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.
-
secretsManagerOracleAsmAccessRoleArn
The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.
- Returns:
- The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.
-
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:
- 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.
-
secretsManagerSecurityDbEncryptionAccessRoleArn
The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.
- Returns:
- The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<OracleDataProviderSettings.Builder,OracleDataProviderSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-