public static class DataSourceDetailsATP.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataSourceDetailsATP.Builder |
atpPasswordSecretId(String atpPasswordSecretId)
atp db password Secret Id
|
DataSourceDetailsATP.Builder |
atpUserName(String atpUserName)
atp db user name
|
DataSourceDetailsATP |
build() |
DataSourceDetailsATP.Builder |
copy(DataSourceDetailsATP model) |
DataSourceDetailsATP.Builder |
cwalletFileSecretId(String cwalletFileSecretId)
OCID of the secret containing the containers certificates of ATP wallet
|
DataSourceDetailsATP.Builder |
databaseName(String databaseName)
atp database name
|
DataSourceDetailsATP.Builder |
ewalletFileSecretId(String ewalletFileSecretId)
OCID of the secret containing the PDB’S certificates of ATP wallet
|
DataSourceDetailsATP.Builder |
keyStoreFileSecretId(String keyStoreFileSecretId)
OCID of the secret containing Keystore.jks file of the ATP wallet
|
DataSourceDetailsATP.Builder |
ojdbcFileSecretId(String ojdbcFileSecretId)
OCID of the secret that contains jdbc properties file of ATP wallet
|
DataSourceDetailsATP.Builder |
tableName(String tableName)
atp database table name
|
DataSourceDetailsATP.Builder |
tnsnamesFileSecretId(String tnsnamesFileSecretId)
OCID of the secret that contains the tnsnames file of ATP wallet
|
DataSourceDetailsATP.Builder |
truststoreFileSecretId(String truststoreFileSecretId)
OCID of the secret containing truststore.jks file of the ATP wallet
|
DataSourceDetailsATP.Builder |
walletPasswordSecretId(String walletPasswordSecretId)
wallet password Secret ID in String format
|
public DataSourceDetailsATP.Builder walletPasswordSecretId(String walletPasswordSecretId)
wallet password Secret ID in String format
walletPasswordSecretId
- the value to setpublic DataSourceDetailsATP.Builder atpUserName(String atpUserName)
atp db user name
atpUserName
- the value to setpublic DataSourceDetailsATP.Builder atpPasswordSecretId(String atpPasswordSecretId)
atp db password Secret Id
atpPasswordSecretId
- the value to setpublic DataSourceDetailsATP.Builder cwalletFileSecretId(String cwalletFileSecretId)
OCID of the secret containing the containers certificates of ATP wallet
cwalletFileSecretId
- the value to setpublic DataSourceDetailsATP.Builder ewalletFileSecretId(String ewalletFileSecretId)
OCID of the secret containing the PDB’S certificates of ATP wallet
ewalletFileSecretId
- the value to setpublic DataSourceDetailsATP.Builder keyStoreFileSecretId(String keyStoreFileSecretId)
OCID of the secret containing Keystore.jks file of the ATP wallet
keyStoreFileSecretId
- the value to setpublic DataSourceDetailsATP.Builder ojdbcFileSecretId(String ojdbcFileSecretId)
OCID of the secret that contains jdbc properties file of ATP wallet
ojdbcFileSecretId
- the value to setpublic DataSourceDetailsATP.Builder tnsnamesFileSecretId(String tnsnamesFileSecretId)
OCID of the secret that contains the tnsnames file of ATP wallet
tnsnamesFileSecretId
- the value to setpublic DataSourceDetailsATP.Builder truststoreFileSecretId(String truststoreFileSecretId)
OCID of the secret containing truststore.jks file of the ATP wallet
truststoreFileSecretId
- the value to setpublic DataSourceDetailsATP.Builder databaseName(String databaseName)
atp database name
databaseName
- the value to setpublic DataSourceDetailsATP.Builder tableName(String tableName)
atp database table name
tableName
- the value to setpublic DataSourceDetailsATP build()
public DataSourceDetailsATP.Builder copy(DataSourceDetailsATP model)
Copyright © 2016–2024. All rights reserved.