Class UpdateDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • updateId

        public UpdateDetails.Builder updateId​(String updateId)
        The OCID of the maintenance update.
        Parameters:
        updateId - the value to set
        Returns:
        this builder
      • giHomeId

        public UpdateDetails.Builder giHomeId​(String giHomeId)
        The OCID of the Grid Infrastructure Home.

        Specify this field for out of place Grid Infrastructure Home patching and upgrade of the Cloud VM Cluster. This is mutually exclusive option to updateId and giSoftwareImageId which are used for in place patching and upgrade using Oracle supplied and custom images respectively.

        Parameters:
        giHomeId - the value to set
        Returns:
        this builder
      • giSoftwareImageId

        public UpdateDetails.Builder giSoftwareImageId​(String giSoftwareImageId)
        The OCID of a grid infrastructure software image.

        This is a database software image of the type GRID_IMAGE.

        Parameters:
        giSoftwareImageId - the value to set
        Returns:
        this builder