Uses of Class
com.oracle.bmc.resourcemanager.model.ApplyJobPlanResolution.Builder
-
Packages that use ApplyJobPlanResolution.Builder Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of ApplyJobPlanResolution.Builder in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return ApplyJobPlanResolution.Builder Modifier and Type Method Description static ApplyJobPlanResolution.Builder
ApplyJobPlanResolution. builder()
Create a new builder.ApplyJobPlanResolution.Builder
ApplyJobPlanResolution.Builder. copy(ApplyJobPlanResolution model)
ApplyJobPlanResolution.Builder
ApplyJobPlanResolution.Builder. isAutoApproved(Boolean isAutoApproved)
Specifies whether to use the configuration directly, without reference to a Plan job.ApplyJobPlanResolution.Builder
ApplyJobPlanResolution.Builder. isUseLatestJobId(Boolean isUseLatestJobId)
Specifies whether to use the OCID of the most recently run plan job.ApplyJobPlanResolution.Builder
ApplyJobPlanResolution.Builder. planJobId(String planJobId)
The OCID that specifies the most recently executed plan job.ApplyJobPlanResolution.Builder
ApplyJobPlanResolution. toBuilder()
-