Class UpdateModelGroupDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

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

        It does not have to be unique and can be modified. Avoid entering confidential information. Example: My ModelGroup

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

        public UpdateModelGroupDetails.Builder description​(String description)
        A short description of the modelGroup.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • versionLabel

        public UpdateModelGroupDetails.Builder versionLabel​(String versionLabel)
        An additional description of the lifecycle state of the model group.
        Parameters:
        versionLabel - the value to set
        Returns:
        this builder
      • modelGroupVersionHistoryId

        public UpdateModelGroupDetails.Builder modelGroupVersionHistoryId​(String modelGroupVersionHistoryId)
        The OCID of the model group version history to which the modelGroup will be associated.
        Parameters:
        modelGroupVersionHistoryId - the value to set
        Returns:
        this builder
      • freeformTags

        public UpdateModelGroupDetails.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. See Resource Tags. Example: {“Department”: “Finance”}

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

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

        Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

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