public static class DatabaseCredentialDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatabaseCredentialDetails |
build() |
DatabaseCredentialDetails.Builder |
copy(DatabaseCredentialDetails model) |
DatabaseCredentialDetails.Builder |
passwordSecretId(String passwordSecretId)
|
DatabaseCredentialDetails.Builder |
userName(String userName)
The name of the Oracle Database user that will be used to connect to the database.
|
public DatabaseCredentialDetails.Builder userName(String userName)
The name of the Oracle Database user that will be used to connect to the database.
userName
- the value to setpublic DatabaseCredentialDetails.Builder passwordSecretId(String passwordSecretId)
passwordSecretId
- the value to setpublic DatabaseCredentialDetails build()
public DatabaseCredentialDetails.Builder copy(DatabaseCredentialDetails model)
Copyright © 2016–2024. All rights reserved.