public static class ResetDatabaseParametersDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResetDatabaseParametersDetails |
build() |
ResetDatabaseParametersDetails.Builder |
copy(ResetDatabaseParametersDetails model) |
ResetDatabaseParametersDetails.Builder |
credentials(DatabaseCredentials credentials) |
ResetDatabaseParametersDetails.Builder |
databaseCredential(DatabaseCredentialDetails databaseCredential) |
ResetDatabaseParametersDetails.Builder |
parameters(List<String> parameters)
A list of database parameter names.
|
ResetDatabaseParametersDetails.Builder |
scope(ParameterScope scope)
The clause used to specify when the parameter change takes effect.
|
public ResetDatabaseParametersDetails.Builder credentials(DatabaseCredentials credentials)
public ResetDatabaseParametersDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
public ResetDatabaseParametersDetails.Builder scope(ParameterScope scope)
The clause used to specify when the parameter change takes effect.
Use MEMORY
to make the change in memory and ensure that it takes effect
immediately. Use SPFILE
to make the change in the server parameter file. The
change takes effect when the database is next shut down and started up again. Use BOTH
to make the change in memory and in the server parameter file. The change takes
effect immediately and persists after the database is shut down and started up again.
scope
- the value to setpublic ResetDatabaseParametersDetails.Builder parameters(List<String> parameters)
A list of database parameter names.
parameters
- the value to setpublic ResetDatabaseParametersDetails build()
public ResetDatabaseParametersDetails.Builder copy(ResetDatabaseParametersDetails model)
Copyright © 2016–2024. All rights reserved.