Class TemplateCategorySummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public TemplateCategorySummary.Builder id​(String id)
        Unique identifier for the template category.

        Possible values are 0 (Quickstarts), 1 (Service), 2 (Architecture), and 3 (Private). Template category labels are displayed in the Console page listing templates. Quickstarts, Service, and Architecture templates (categories 0, 1, and 2) are available in all compartments. Each private template (category 3) is available in the compartment where it was created.

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

        public TemplateCategorySummary.Builder displayName​(String displayName)
        The name of the template category.
        Parameters:
        displayName - the value to set
        Returns:
        this builder