public static class TagTemplate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TagTemplate |
build() |
TagTemplate.Builder |
copy(TagTemplate model) |
TagTemplate.Builder |
description(String description)
Description of the tag namespace.
|
TagTemplate.Builder |
name(String name)
The name of the tag namespace.
|
TagTemplate.Builder |
tagDefaults(List<TagDefault> tagDefaults) |
TagTemplate.Builder |
tags(List<Tag> tags)
Represents an array of tags for tag namespace.
|
public TagTemplate.Builder name(String name)
The name of the tag namespace. It must be unique across all tag namespaces in the tenancy and cannot be changed.
name
- the value to setpublic TagTemplate.Builder description(String description)
Description of the tag namespace.
description
- the value to setpublic TagTemplate.Builder tags(List<Tag> tags)
Represents an array of tags for tag namespace.
tags
- the value to setpublic TagTemplate.Builder tagDefaults(List<TagDefault> tagDefaults)
public TagTemplate build()
public TagTemplate.Builder copy(TagTemplate model)
Copyright © 2016–2024. All rights reserved.