Class ServiceSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public ServiceSummary.Builder displayName​(String displayName)
        The Value to be displayed on the One Console
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • compartmentId

        public ServiceSummary.Builder compartmentId​(String compartmentId)
        OCID of the compartment.

        Always a tenancy OCID

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

        public ServiceSummary.Builder saasServiceName​(String saasServiceName)
        The service name of the service.

        This value is fetched from Tenant-Manager which syncs with TAS

        Parameters:
        saasServiceName - the value to set
        Returns:
        this builder
      • serviceOverviewPath

        public ServiceSummary.Builder serviceOverviewPath​(String serviceOverviewPath)
        The service overview path of the service.

        This value is used to perform navigation to the service overview page.

        Parameters:
        serviceOverviewPath - the value to set
        Returns:
        this builder
      • region

        public ServiceSummary.Builder region​(String region)
        The region in which the service exists
        Parameters:
        region - the value to set
        Returns:
        this builder
      • freeformTags

        public ServiceSummary.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”}

        Avoid entering confidential information.

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

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