Class ApplyJobPlanResolution.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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