@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OracleSettings extends Object implements Serializable, Cloneable, StructuredPojo
Provides information that defines an Oracle endpoint.
Constructor and Description |
---|
OracleSettings() |
Modifier and Type | Method and Description |
---|---|
OracleSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAsmPassword()
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
|
String |
getAsmServer()
For an Oracle source endpoint, your ASM server address.
|
String |
getAsmUser()
For an Oracle source endpoint, your ASM user name.
|
String |
getDatabaseName()
Database name for the endpoint.
|
String |
getPassword()
Endpoint connection password.
|
Integer |
getPort()
Endpoint TCP port.
|
String |
getSecurityDbEncryption()
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader.
|
String |
getSecurityDbEncryptionName()
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE.
|
String |
getServerName()
Fully qualified domain name of the endpoint.
|
String |
getUsername()
Endpoint connection user name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAsmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
|
void |
setAsmServer(String asmServer)
For an Oracle source endpoint, your ASM server address.
|
void |
setAsmUser(String asmUser)
For an Oracle source endpoint, your ASM user name.
|
void |
setDatabaseName(String databaseName)
Database name for the endpoint.
|
void |
setPassword(String password)
Endpoint connection password.
|
void |
setPort(Integer port)
Endpoint TCP port.
|
void |
setSecurityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader.
|
void |
setSecurityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE.
|
void |
setServerName(String serverName)
Fully qualified domain name of the endpoint.
|
void |
setUsername(String username)
Endpoint connection user name.
|
String |
toString()
Returns a string representation of this object.
|
OracleSettings |
withAsmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
|
OracleSettings |
withAsmServer(String asmServer)
For an Oracle source endpoint, your ASM server address.
|
OracleSettings |
withAsmUser(String asmUser)
For an Oracle source endpoint, your ASM user name.
|
OracleSettings |
withDatabaseName(String databaseName)
Database name for the endpoint.
|
OracleSettings |
withPassword(String password)
Endpoint connection password.
|
OracleSettings |
withPort(Integer port)
Endpoint TCP port.
|
OracleSettings |
withSecurityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader.
|
OracleSettings |
withSecurityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE.
|
OracleSettings |
withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
OracleSettings |
withUsername(String username)
Endpoint connection user name.
|
public void setAsmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this value
from the asm_user_password
value. You set this value as part of the comma-separated value
that you set to the Password
request parameter when you create the endpoint to access transaction
logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.
asmPassword
- For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this
value from the asm_user_password
value. You set this value as part of the
comma-separated value that you set to the Password
request parameter when you create the
endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.public String getAsmPassword()
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this value
from the asm_user_password
value. You set this value as part of the comma-separated value
that you set to the Password
request parameter when you create the endpoint to access transaction
logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.
asm_user_password
value. You set this value as part of the
comma-separated value that you set to the Password
request parameter when you create the
endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.public OracleSettings withAsmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this value
from the asm_user_password
value. You set this value as part of the comma-separated value
that you set to the Password
request parameter when you create the endpoint to access transaction
logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.
asmPassword
- For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this
value from the asm_user_password
value. You set this value as part of the
comma-separated value that you set to the Password
request parameter when you create the
endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.public void setAsmServer(String asmServer)
For an Oracle source endpoint, your ASM server address. You can set this value from the asm_server
value. You set asm_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.
asmServer
- For an Oracle source endpoint, your ASM server address. You can set this value from the
asm_server
value. You set asm_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.public String getAsmServer()
For an Oracle source endpoint, your ASM server address. You can set this value from the asm_server
value. You set asm_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.
asm_server
value. You set asm_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.public OracleSettings withAsmServer(String asmServer)
For an Oracle source endpoint, your ASM server address. You can set this value from the asm_server
value. You set asm_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.
asmServer
- For an Oracle source endpoint, your ASM server address. You can set this value from the
asm_server
value. You set asm_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.public void setAsmUser(String asmUser)
For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user
value.
You set asm_user
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.
asmUser
- For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user
value. You set asm_user
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.public String getAsmUser()
For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user
value.
You set asm_user
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.
asm_user
value. You set asm_user
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.public OracleSettings withAsmUser(String asmUser)
For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user
value.
You set asm_user
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.
asmUser
- For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user
value. You set asm_user
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.public void setDatabaseName(String databaseName)
Database name for the endpoint.
databaseName
- Database name for the endpoint.public String getDatabaseName()
Database name for the endpoint.
public OracleSettings withDatabaseName(String databaseName)
Database name for the endpoint.
databaseName
- Database name for the endpoint.public void setPassword(String password)
Endpoint connection password.
password
- Endpoint connection password.public String getPassword()
Endpoint connection password.
public OracleSettings withPassword(String password)
Endpoint connection password.
password
- Endpoint connection password.public void setPort(Integer port)
Endpoint TCP port.
port
- Endpoint TCP port.public Integer getPort()
Endpoint TCP port.
public OracleSettings withPort(Integer port)
Endpoint TCP port.
port
- Endpoint TCP port.public void setSecurityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader. It is also the TDE_Password
part of
the comma-separated value you set to the Password
request parameter when you create the endpoint.
The SecurityDbEncryptian
setting is related to this SecurityDbEncryptionName
setting.
For more information, see
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
securityDbEncryption
- For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to
access Oracle redo logs encrypted by TDE using Binary Reader. It is also the
TDE_Password
part of the comma-separated value you set to the Password
request parameter when you create the endpoint. The SecurityDbEncryptian
setting is related
to this SecurityDbEncryptionName
setting. For more information, see Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.public String getSecurityDbEncryption()
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader. It is also the TDE_Password
part of
the comma-separated value you set to the Password
request parameter when you create the endpoint.
The SecurityDbEncryptian
setting is related to this SecurityDbEncryptionName
setting.
For more information, see
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
TDE_Password
part of the comma-separated value you set to the Password
request parameter when you create the endpoint. The SecurityDbEncryptian
setting is related
to this SecurityDbEncryptionName
setting. For more information, see Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.public OracleSettings withSecurityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader. It is also the TDE_Password
part of
the comma-separated value you set to the Password
request parameter when you create the endpoint.
The SecurityDbEncryptian
setting is related to this SecurityDbEncryptionName
setting.
For more information, see
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
securityDbEncryption
- For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to
access Oracle redo logs encrypted by TDE using Binary Reader. It is also the
TDE_Password
part of the comma-separated value you set to the Password
request parameter when you create the endpoint. The SecurityDbEncryptian
setting is related
to this SecurityDbEncryptionName
setting. For more information, see Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.public void setSecurityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the value of the
SecurityDbEncryption
setting. For more information on setting the key name value of
SecurityDbEncryptionName
, see the information and example for setting the
securityDbEncryptionName
extra connection attribute in
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
securityDbEncryptionName
- For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the
columns and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the
value of the SecurityDbEncryption
setting. For more information on setting the key name value
of SecurityDbEncryptionName
, see the information and example for setting the
securityDbEncryptionName
extra connection attribute in Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.public String getSecurityDbEncryptionName()
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the value of the
SecurityDbEncryption
setting. For more information on setting the key name value of
SecurityDbEncryptionName
, see the information and example for setting the
securityDbEncryptionName
extra connection attribute in
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
SecurityDbEncryption
setting. For more information on setting the key name
value of SecurityDbEncryptionName
, see the information and example for setting the
securityDbEncryptionName
extra connection attribute in Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.public OracleSettings withSecurityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the value of the
SecurityDbEncryption
setting. For more information on setting the key name value of
SecurityDbEncryptionName
, see the information and example for setting the
securityDbEncryptionName
extra connection attribute in
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
securityDbEncryptionName
- For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the
columns and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the
value of the SecurityDbEncryption
setting. For more information on setting the key name value
of SecurityDbEncryptionName
, see the information and example for setting the
securityDbEncryptionName
extra connection attribute in Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.public void setServerName(String serverName)
Fully qualified domain name of the endpoint.
serverName
- Fully qualified domain name of the endpoint.public String getServerName()
Fully qualified domain name of the endpoint.
public OracleSettings withServerName(String serverName)
Fully qualified domain name of the endpoint.
serverName
- Fully qualified domain name of the endpoint.public void setUsername(String username)
Endpoint connection user name.
username
- Endpoint connection user name.public String getUsername()
Endpoint connection user name.
public OracleSettings withUsername(String username)
Endpoint connection user name.
username
- Endpoint connection user name.public String toString()
toString
in class Object
Object.toString()
public OracleSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.