Class AutomaticExecutionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.AutomaticExecutionDetails.Builder
-
- Enclosing class:
- AutomaticExecutionDetails
public static class AutomaticExecutionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomaticExecutionDetailsbuild()AutomaticExecutionDetails.Buildercopy(AutomaticExecutionDetails model)AutomaticExecutionDetails.BuildereventName(String eventName)The name of the OCI event that started the automatic DR plan execution.AutomaticExecutionDetails.BuildermemberId(String memberId)The OCID of the member that emitted the event that started the automatic DR plan execution.
-
-
-
Method Detail
-
eventName
public AutomaticExecutionDetails.Builder eventName(String eventName)
The name of the OCI event that started the automatic DR plan execution.Example: SwitchoverAutonomousDatabase
- Parameters:
eventName- the value to set- Returns:
- this builder
-
memberId
public AutomaticExecutionDetails.Builder memberId(String memberId)
The OCID of the member that emitted the event that started the automatic DR plan execution.Example: "ocid1.autonomousdatabase.oc1..uniqueID"
- Parameters:
memberId- the value to set- Returns:
- this builder
-
build
public AutomaticExecutionDetails build()
-
copy
public AutomaticExecutionDetails.Builder copy(AutomaticExecutionDetails model)
-
-