public static class DeregisterAutonomousDatabaseDataSafeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeregisterAutonomousDatabaseDataSafeDetails |
build() |
DeregisterAutonomousDatabaseDataSafeDetails.Builder |
copy(DeregisterAutonomousDatabaseDataSafeDetails model) |
DeregisterAutonomousDatabaseDataSafeDetails.Builder |
pdbAdminPassword(String pdbAdminPassword)
The admin password provided during the creation of the database.
|
public DeregisterAutonomousDatabaseDataSafeDetails.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 DeregisterAutonomousDatabaseDataSafeDetails build()
public DeregisterAutonomousDatabaseDataSafeDetails.Builder copy(DeregisterAutonomousDatabaseDataSafeDetails model)
Copyright © 2016–2024. All rights reserved.