public static class ApplyRollbackJobOperationDetailsSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplyRollbackJobOperationDetailsSummary |
build() |
ApplyRollbackJobOperationDetailsSummary.Builder |
copy(ApplyRollbackJobOperationDetailsSummary model) |
ApplyRollbackJobOperationDetailsSummary.Builder |
executionPlanRollbackJobId(String executionPlanRollbackJobId)
The OCID
of a plan rollback job, for use when specifying
"FROM_PLAN_ROLLBACK_JOB_ID" as
the executionPlanRollbackStrategy . |
ApplyRollbackJobOperationDetailsSummary.Builder |
executionPlanRollbackStrategy(ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy)
Specifies the source of the execution plan for rollback to apply.
|
ApplyRollbackJobOperationDetailsSummary.Builder |
targetRollbackJobId(String targetRollbackJobId)
The OCID
of a successful apply job, for use when specifying
"AUTO_APPROVED" as the executionPlanRollbackStrategy . |
public ApplyRollbackJobOperationDetailsSummary.Builder executionPlanRollbackStrategy(ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy)
Specifies the source of the execution plan for rollback to apply. Use AUTO_APPROVED
to run the job without an execution plan for rollback.
executionPlanRollbackStrategy
- the value to setpublic ApplyRollbackJobOperationDetailsSummary.Builder executionPlanRollbackJobId(String executionPlanRollbackJobId)
The OCID
of a plan rollback job, for use when specifying "FROM_PLAN_ROLLBACK_JOB_ID"
as
the executionPlanRollbackStrategy
.
executionPlanRollbackJobId
- the value to setpublic ApplyRollbackJobOperationDetailsSummary.Builder targetRollbackJobId(String targetRollbackJobId)
The OCID
of a successful apply job, for use when specifying "AUTO_APPROVED"
as the executionPlanRollbackStrategy
.
targetRollbackJobId
- the value to setpublic ApplyRollbackJobOperationDetailsSummary build()
public ApplyRollbackJobOperationDetailsSummary.Builder copy(ApplyRollbackJobOperationDetailsSummary model)
Copyright © 2016–2024. All rights reserved.