public static class ApplyJobPlanResolution.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplyJobPlanResolution |
build() |
ApplyJobPlanResolution.Builder |
copy(ApplyJobPlanResolution o) |
ApplyJobPlanResolution.Builder |
isAutoApproved(Boolean isAutoApproved)
Specifies whether to use the configuration directly, without reference to a Plan job.
|
ApplyJobPlanResolution.Builder |
isUseLatestJobId(Boolean isUseLatestJobId)
Specifies whether to use the OCID of the most recently run plan job.
|
ApplyJobPlanResolution.Builder |
planJobId(String planJobId)
The OCID that specifies the most recently executed plan job.
|
public ApplyJobPlanResolution.Builder planJobId(String planJobId)
The OCID that specifies the most recently executed plan job.
planJobId
- the value to setpublic ApplyJobPlanResolution.Builder isUseLatestJobId(Boolean isUseLatestJobId)
Specifies whether to use the OCID of the most recently run plan job.
True
if using the latest job OCID. Must be a plan job that completed successfully.
isUseLatestJobId
- the value to setpublic ApplyJobPlanResolution.Builder isAutoApproved(Boolean isAutoApproved)
Specifies whether to use the configuration directly, without reference to a Plan job.
True
if using the configuration directly. Note that it is not necessary
for a Plan job to have run successfully.
isAutoApproved
- the value to setpublic ApplyJobPlanResolution build()
public ApplyJobPlanResolution.Builder copy(ApplyJobPlanResolution o)
Copyright © 2016–2022. All rights reserved.