public static class RegisterAutonomousDatabaseDataSafeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RegisterAutonomousDatabaseDataSafeDetails |
build() |
RegisterAutonomousDatabaseDataSafeDetails.Builder |
copy(RegisterAutonomousDatabaseDataSafeDetails model) |
RegisterAutonomousDatabaseDataSafeDetails.Builder |
pdbAdminPassword(String pdbAdminPassword)
The admin password provided during the creation of the database.
|
public RegisterAutonomousDatabaseDataSafeDetails.Builder pdbAdminPassword(String pdbAdminPassword)
The admin password provided during the creation of the database. This password is between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (“) or the username "admin”, regardless of casing.
pdbAdminPassword
- the value to setpublic RegisterAutonomousDatabaseDataSafeDetails build()
public RegisterAutonomousDatabaseDataSafeDetails.Builder copy(RegisterAutonomousDatabaseDataSafeDetails model)
Copyright © 2016–2024. All rights reserved.