Class ResetDatabaseParametersDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ResetDatabaseParametersDetails.Builder
-
- Enclosing class:
- ResetDatabaseParametersDetails
public static class ResetDatabaseParametersDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
credentials
public ResetDatabaseParametersDetails.Builder credentials(DatabaseCredentials credentials)
-
databaseCredential
public ResetDatabaseParametersDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
-
scope
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.
- Parameters:
scope
- the value to set- Returns:
- this builder
-
parameters
public ResetDatabaseParametersDetails.Builder parameters(List<String> parameters)
A list of database parameter names.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
build
public ResetDatabaseParametersDetails build()
-
copy
public ResetDatabaseParametersDetails.Builder copy(ResetDatabaseParametersDetails model)
-
-