Class ResetDatabaseParametersDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ResetDatabaseParametersDetails.Builder
 
- 
- Enclosing class:
- ResetDatabaseParametersDetails
 
 public static class ResetDatabaseParametersDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResetDatabaseParametersDetailsbuild()ResetDatabaseParametersDetails.Buildercopy(ResetDatabaseParametersDetails model)ResetDatabaseParametersDetails.Buildercredentials(DatabaseCredentials credentials)ResetDatabaseParametersDetails.BuilderdatabaseCredential(DatabaseCredentialDetails databaseCredential)ResetDatabaseParametersDetails.Builderparameters(List<String> parameters)A list of database parameter names.ResetDatabaseParametersDetails.Builderscope(ParameterScope scope)The clause used to specify when the parameter change takes effect.
 
- 
- 
- 
Method Detail- 
credentialspublic ResetDatabaseParametersDetails.Builder credentials(DatabaseCredentials credentials) 
 - 
databaseCredentialpublic ResetDatabaseParametersDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential) 
 - 
scopepublic 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
 
 - 
parameterspublic ResetDatabaseParametersDetails.Builder parameters(List<String> parameters) A list of database parameter names.- Parameters:
- parameters- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResetDatabaseParametersDetails build() 
 - 
copypublic ResetDatabaseParametersDetails.Builder copy(ResetDatabaseParametersDetails model) 
 
- 
 
-