Class OneoffPatchSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public OneoffPatchSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

        public OneoffPatchSummary.Builder displayName​(String displayName)
        One-off patch name.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • dbVersion

        public OneoffPatchSummary.Builder dbVersion​(String dbVersion)
        A valid Oracle Database version.

        For a list of supported versions, use the ListDbVersions operation.

        This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.

        Parameters:
        dbVersion - the value to set
        Returns:
        this builder
      • releaseUpdate

        public OneoffPatchSummary.Builder releaseUpdate​(String releaseUpdate)
        The PSU or PBP or Release Updates.

        To get a list of supported versions, use the listDbVersions operation.

        Parameters:
        releaseUpdate - the value to set
        Returns:
        this builder
      • oneOffPatches

        public OneoffPatchSummary.Builder oneOffPatches​(List<String> oneOffPatches)
        List of one-off patches for Database Homes.
        Parameters:
        oneOffPatches - the value to set
        Returns:
        this builder
      • sizeInKBs

        public OneoffPatchSummary.Builder sizeInKBs​(Float sizeInKBs)
        The size of one-off patch in kilobytes.
        Parameters:
        sizeInKBs - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public OneoffPatchSummary.Builder lifecycleDetails​(String lifecycleDetails)
        Detailed message for the lifecycle state.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • sha256Sum

        public OneoffPatchSummary.Builder sha256Sum​(String sha256Sum)
        SHA-256 checksum of the one-off patch.
        Parameters:
        sha256Sum - the value to set
        Returns:
        this builder
      • timeUpdated

        public OneoffPatchSummary.Builder timeUpdated​(Date timeUpdated)
        The date and time one-off patch was updated.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • timeCreated

        public OneoffPatchSummary.Builder timeCreated​(Date timeCreated)
        The date and time one-off patch was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeOfExpiration

        public OneoffPatchSummary.Builder timeOfExpiration​(Date timeOfExpiration)
        The date and time until which the one-off patch will be available for download.
        Parameters:
        timeOfExpiration - the value to set
        Returns:
        this builder
      • freeformTags

        public OneoffPatchSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

        Example: {"Department": "Finance"}

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