Class FleetSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public FleetSummary.Builder displayName​(String displayName)
        The name of the Fleet.

        The displayName must be unique for Fleets in the same compartment.

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

        public FleetSummary.Builder description​(String description)
        The Fleet’s description.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • compartmentId

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

        public FleetSummary.Builder approximateJreCount​(Integer approximateJreCount)
        The approximate count of all unique Java Runtimes in the Fleet in the past seven days.

        This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.

        Parameters:
        approximateJreCount - the value to set
        Returns:
        this builder
      • approximateInstallationCount

        public FleetSummary.Builder approximateInstallationCount​(Integer approximateInstallationCount)
        The approximate count of all unique Java Installations in the Fleet in the past seven days.

        This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.

        Parameters:
        approximateInstallationCount - the value to set
        Returns:
        this builder
      • approximateApplicationCount

        public FleetSummary.Builder approximateApplicationCount​(Integer approximateApplicationCount)
        The approximate count of all unique applications in the Fleet in the past seven days.

        This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.

        Parameters:
        approximateApplicationCount - the value to set
        Returns:
        this builder
      • approximateManagedInstanceCount

        public FleetSummary.Builder approximateManagedInstanceCount​(Integer approximateManagedInstanceCount)
        The approximate count of all unique managed instances in the Fleet in the past seven days.

        This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.

        Parameters:
        approximateManagedInstanceCount - the value to set
        Returns:
        this builder
      • approximateJavaServerCount

        public FleetSummary.Builder approximateJavaServerCount​(Integer approximateJavaServerCount)
        The approximate count of all unique Java servers in the Fleet in the past seven days.

        This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.

        Parameters:
        approximateJavaServerCount - the value to set
        Returns:
        this builder
      • isAdvancedFeaturesEnabled

        public FleetSummary.Builder isAdvancedFeaturesEnabled​(Boolean isAdvancedFeaturesEnabled)
        Whether or not advanced features are enabled in this Fleet.

        This flag is true if any one of the advanced features is turned on.

        Parameters:
        isAdvancedFeaturesEnabled - the value to set
        Returns:
        this builder
      • isExportSettingEnabled

        public FleetSummary.Builder isExportSettingEnabled​(Boolean isExportSettingEnabled)
        Whether or not export setting is enabled in this Fleet.
        Parameters:
        isExportSettingEnabled - the value to set
        Returns:
        this builder
      • timeCreated

        public FleetSummary.Builder timeCreated​(Date timeCreated)
        The creation date and time of the Fleet (formatted according to RFC3339).
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • lifecycleState

        public FleetSummary.Builder lifecycleState​(LifecycleState lifecycleState)
        The lifecycle state of the Fleet.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • freeformTags

        public FleetSummary.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”}. (See Managing Tags and Tag Namespaces.)

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

        public FleetSummary.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