Class ConfigurationSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public ConfigurationSummary.Builder displayName​(String displayName)
        A user-friendly display name for the configuration.

        Avoid entering confidential information.

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

        public ConfigurationSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment that contains the configuration.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • timeCreated

        public ConfigurationSummary.Builder timeCreated​(Date timeCreated)
        The date and time the configuration was created, expressed in RFC 3339 timestamp format.

        Example: 2016-08-25T21:10:29.600Z

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

        public ConfigurationSummary.Builder lifecycleDetails​(String lifecycleDetails)
        A message describing the current state in more detail.

        For example, can be used to provide actionable information for a resource in Failed state.

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

        public ConfigurationSummary.Builder dbVersion​(String dbVersion)
        Version of the PostgreSQL database.
        Parameters:
        dbVersion - the value to set
        Returns:
        this builder
      • shape

        public ConfigurationSummary.Builder shape​(String shape)
        The name of the shape for the configuration.

        Example: VM.Standard.E4.Flex

        Parameters:
        shape - the value to set
        Returns:
        this builder
      • isFlexible

        public ConfigurationSummary.Builder isFlexible​(Boolean isFlexible)
        Whether the configuration supports flexible shapes.
        Parameters:
        isFlexible - the value to set
        Returns:
        this builder
      • instanceOcpuCount

        public ConfigurationSummary.Builder instanceOcpuCount​(Integer instanceOcpuCount)
        CPU core count.

        It's value is set to 0 if configuration is for a flexible shape.

        Parameters:
        instanceOcpuCount - the value to set
        Returns:
        this builder
      • instanceMemorySizeInGBs

        public ConfigurationSummary.Builder instanceMemorySizeInGBs​(Integer instanceMemorySizeInGBs)
        Memory size in gigabytes with 1GB increment.

        It's value is set to 0 if configuration is for a flexible shape.

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

        public ConfigurationSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

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

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

        Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

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

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

        Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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