public static class TemplateCategorySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
id
- the value to setpublic TemplateCategorySummary.Builder displayName(String displayName)
The name of the template category.
displayName
- the value to setpublic TemplateCategorySummary build()
public TemplateCategorySummary.Builder copy(TemplateCategorySummary model)
Copyright © 2016–2024. All rights reserved.