Class ExternalCluster.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public ExternalCluster.Builder displayName​(String displayName)
        The user-friendly name for the external cluster.

        The name does not have to be unique.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • componentName

        public ExternalCluster.Builder componentName​(String componentName)
        The name of the external cluster.
        Parameters:
        componentName - the value to set
        Returns:
        this builder
      • compartmentId

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

        public ExternalCluster.Builder externalDbSystemId​(String externalDbSystemId)
        The OCID of the external DB system that the cluster is a part of.
        Parameters:
        externalDbSystemId - the value to set
        Returns:
        this builder
      • externalConnectorId

        public ExternalCluster.Builder externalConnectorId​(String externalConnectorId)
        The OCID of the external connector.
        Parameters:
        externalConnectorId - the value to set
        Returns:
        this builder
      • gridHome

        public ExternalCluster.Builder gridHome​(String gridHome)
        The directory in which Oracle Grid Infrastructure is installed.
        Parameters:
        gridHome - the value to set
        Returns:
        this builder
      • isFlexCluster

        public ExternalCluster.Builder isFlexCluster​(Boolean isFlexCluster)
        Indicates whether the cluster is Oracle Flex Cluster or not.
        Parameters:
        isFlexCluster - the value to set
        Returns:
        this builder
      • additionalDetails

        public ExternalCluster.Builder additionalDetails​(Map<String,​String> additionalDetails)
        The additional details of the external cluster defined in {“key”: “value”} format.

        Example: {“bar-key”: “value”}

        Parameters:
        additionalDetails - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public ExternalCluster.Builder lifecycleDetails​(String lifecycleDetails)
        Additional information about the current lifecycle state.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • ocrFileLocation

        public ExternalCluster.Builder ocrFileLocation​(String ocrFileLocation)
        The location of the Oracle Cluster Registry (OCR).
        Parameters:
        ocrFileLocation - the value to set
        Returns:
        this builder
      • timeCreated

        public ExternalCluster.Builder timeCreated​(Date timeCreated)
        The date and time the external cluster was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public ExternalCluster.Builder timeUpdated​(Date timeUpdated)
        The date and time the external cluster was last updated.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • version

        public ExternalCluster.Builder version​(String version)
        The cluster version.
        Parameters:
        version - the value to set
        Returns:
        this builder
      • freeformTags

        public ExternalCluster.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
      • definedTags

        public ExternalCluster.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • systemTags

        public ExternalCluster.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        System tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.

        Example: {"orcl-cloud": {"free-tier-retained": "true"}}

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