public static class StandardTagNamespaceTemplate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StandardTagNamespaceTemplate |
build() |
StandardTagNamespaceTemplate.Builder |
copy(StandardTagNamespaceTemplate model) |
StandardTagNamespaceTemplate.Builder |
description(String description)
The default description of the tag namespace that users can use to create the tag
namespace
|
StandardTagNamespaceTemplate.Builder |
standardTagNamespaceName(String standardTagNamespaceName)
The reserved name of this standard tag namespace
|
StandardTagNamespaceTemplate.Builder |
status(String status)
The status of the standard tag namespace
|
StandardTagNamespaceTemplate.Builder |
tagDefinitionTemplates(List<StandardTagDefinitionTemplate> tagDefinitionTemplates)
The template of the tag definition.
|
public StandardTagNamespaceTemplate.Builder description(String description)
The default description of the tag namespace that users can use to create the tag namespace
description
- the value to setpublic StandardTagNamespaceTemplate.Builder standardTagNamespaceName(String standardTagNamespaceName)
The reserved name of this standard tag namespace
standardTagNamespaceName
- the value to setpublic StandardTagNamespaceTemplate.Builder tagDefinitionTemplates(List<StandardTagDefinitionTemplate> tagDefinitionTemplates)
The template of the tag definition. This object includes necessary details to create the provided standard tag definition.
tagDefinitionTemplates
- the value to setpublic StandardTagNamespaceTemplate.Builder status(String status)
The status of the standard tag namespace
status
- the value to setpublic StandardTagNamespaceTemplate build()
public StandardTagNamespaceTemplate.Builder copy(StandardTagNamespaceTemplate model)
Copyright © 2016–2025. All rights reserved.