Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Tag |
build() |
Tag.Builder |
copy(Tag model) |
Tag.Builder |
description(String description)
The description assigned to the tag during creation.
|
Tag.Builder |
isCostTracking(Boolean isCostTracking)
Indicates whether the tag is enabled for cost tracking.
|
Tag.Builder |
name(String name)
The name you assign to the tag during creation.
|
Tag.Builder |
validator(BaseTagDefinitionValidator validator) |
public Tag.Builder name(String name)
The name you assign to the tag during creation. This is the tag key definition. The name must be unique within the tag namespace and cannot be changed.
name
- the value to setpublic Tag.Builder description(String description)
The description assigned to the tag during creation.
description
- the value to setpublic Tag.Builder isCostTracking(Boolean isCostTracking)
Indicates whether the tag is enabled for cost tracking.
isCostTracking
- the value to setpublic Tag.Builder validator(BaseTagDefinitionValidator validator)
public Tag build()
public Tag.Builder copy(Tag model)
Copyright © 2016–2025. All rights reserved.