Class ApplyJobPlanResolution.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.ApplyJobPlanResolution.Builder
-
- Enclosing class:
- ApplyJobPlanResolution
public static class ApplyJobPlanResolution.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyJobPlanResolution
build()
ApplyJobPlanResolution.Builder
copy(ApplyJobPlanResolution model)
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.
-
-
-
Method Detail
-
planJobId
public ApplyJobPlanResolution.Builder planJobId(String planJobId)
The OCID that specifies the most recently executed plan job.- Parameters:
planJobId
- the value to set- Returns:
- this builder
-
isUseLatestJobId
public 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
-
isAutoApproved
public 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
-
build
public ApplyJobPlanResolution build()
-
copy
public ApplyJobPlanResolution.Builder copy(ApplyJobPlanResolution model)
-
-