Class AutomaticExecutionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.AutomaticExecutionDetails.Builder
 
- 
- Enclosing class:
- AutomaticExecutionDetails
 
 public static class AutomaticExecutionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
eventNamepublic 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
 
 - 
memberIdpublic 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
 
 - 
buildpublic AutomaticExecutionDetails build() 
 - 
copypublic AutomaticExecutionDetails.Builder copy(AutomaticExecutionDetails model) 
 
- 
 
-