Class ApplyJobOperationDetailsSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.ApplyJobOperationDetailsSummary.Builder
 
- 
- Enclosing class:
- ApplyJobOperationDetailsSummary
 
 public static class ApplyJobOperationDetailsSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyJobOperationDetailsSummarybuild()ApplyJobOperationDetailsSummary.Buildercopy(ApplyJobOperationDetailsSummary model)ApplyJobOperationDetailsSummary.BuilderexecutionPlanJobId(String executionPlanJobId)The OCID of the plan job that contains the execution plan used for this job, or null if no execution plan was used.ApplyJobOperationDetailsSummary.BuilderexecutionPlanStrategy(ApplyJobOperationDetails.ExecutionPlanStrategy executionPlanStrategy)Specifies the source of the execution plan to apply.
 
- 
- 
- 
Method Detail- 
executionPlanStrategypublic ApplyJobOperationDetailsSummary.Builder executionPlanStrategy(ApplyJobOperationDetails.ExecutionPlanStrategy executionPlanStrategy) Specifies the source of the execution plan to apply.Use AUTO_APPROVED to run the job without an execution plan. - Parameters:
- executionPlanStrategy- the value to set
- Returns:
- this builder
 
 - 
executionPlanJobIdpublic ApplyJobOperationDetailsSummary.Builder executionPlanJobId(String executionPlanJobId) The OCID of the plan job that contains the execution plan used for this job, or null if no execution plan was used.- Parameters:
- executionPlanJobId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ApplyJobOperationDetailsSummary build() 
 - 
copypublic ApplyJobOperationDetailsSummary.Builder copy(ApplyJobOperationDetailsSummary model) 
 
- 
 
-