Class ApplyJobPlanResolution.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.ApplyJobPlanResolution.Builder
 
- 
- Enclosing class:
- ApplyJobPlanResolution
 
 public static class ApplyJobPlanResolution.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyJobPlanResolutionbuild()ApplyJobPlanResolution.Buildercopy(ApplyJobPlanResolution model)ApplyJobPlanResolution.BuilderisAutoApproved(Boolean isAutoApproved)Specifies whether to use the configuration directly, without reference to a Plan job.ApplyJobPlanResolution.BuilderisUseLatestJobId(Boolean isUseLatestJobId)Specifies whether to use the OCID of the most recently run plan job.ApplyJobPlanResolution.BuilderplanJobId(String planJobId)The OCID that specifies the most recently executed plan job.
 
- 
- 
- 
Method Detail- 
planJobIdpublic ApplyJobPlanResolution.Builder planJobId(String planJobId) The OCID that specifies the most recently executed plan job.- Parameters:
- planJobId- the value to set
- Returns:
- this builder
 
 - 
isUseLatestJobIdpublic 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. - Parameters:
- isUseLatestJobId- the value to set
- Returns:
- this builder
 
 - 
isAutoApprovedpublic 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. - Parameters:
- isAutoApproved- the value to set
- Returns:
- this builder
 
 - 
buildpublic ApplyJobPlanResolution build() 
 - 
copypublic ApplyJobPlanResolution.Builder copy(ApplyJobPlanResolution model) 
 
- 
 
-