Package com.oracle.bmc.psql.model
Class ChangeRoleToStandaloneDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.ChangeRoleToStandaloneDetails.Builder
-
- Enclosing class:
- ChangeRoleToStandaloneDetails
public static class ChangeRoleToStandaloneDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRoleToStandaloneDetailsbuild()ChangeRoleToStandaloneDetails.BuilderchangeMode(ChangeRoleToStandaloneDetails.ChangeMode changeMode)Type of the mode choose during change role operation.ChangeRoleToStandaloneDetails.Buildercopy(ChangeRoleToStandaloneDetails model)
-
-
-
Method Detail
-
changeMode
public ChangeRoleToStandaloneDetails.Builder changeMode(ChangeRoleToStandaloneDetails.ChangeMode changeMode)
Type of the mode choose during change role operation.REPLAY_PENDING_UPDATES (Default value): In this mode, the role change is delayed until replica database system has processed all Write-Ahead log (WAL) records that were archived before this API call is made. IMMEDIATELY: In this mode, the role change is applied right away, without waiting for any pending WAL records to be processed. This allows for an immediate transition.
- Parameters:
changeMode- the value to set- Returns:
- this builder
-
build
public ChangeRoleToStandaloneDetails build()
-
copy
public ChangeRoleToStandaloneDetails.Builder copy(ChangeRoleToStandaloneDetails model)
-
-