public static class ApplyJobOperationDetailsSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplyJobOperationDetailsSummary |
build() |
ApplyJobOperationDetailsSummary.Builder |
copy(ApplyJobOperationDetailsSummary o) |
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. |
ApplyJobOperationDetailsSummary.Builder |
executionPlanStrategy(ApplyJobOperationDetails.ExecutionPlanStrategy executionPlanStrategy)
Specifies the source of the execution plan to apply.
|
public 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.
executionPlanStrategy
- the value to setpublic 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.
executionPlanJobId
- the value to setpublic ApplyJobOperationDetailsSummary build()
public ApplyJobOperationDetailsSummary.Builder copy(ApplyJobOperationDetailsSummary o)
Copyright © 2016–2022. All rights reserved.