Class TemplateCategorySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.TemplateCategorySummary.Builder
-
- Enclosing class:
- TemplateCategorySummary
public static class TemplateCategorySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateCategorySummary
build()
TemplateCategorySummary.Builder
copy(TemplateCategorySummary model)
TemplateCategorySummary.Builder
displayName(String displayName)
The name of the template category.TemplateCategorySummary.Builder
id(String id)
Unique identifier for the template category.
-
-
-
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
-
build
public TemplateCategorySummary build()
-
copy
public TemplateCategorySummary.Builder copy(TemplateCategorySummary model)
-
-