Package com.oracle.bmc.identity.model
Class StandardTagNamespaceTemplate.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.StandardTagNamespaceTemplate.Builder
-
- Enclosing class:
- StandardTagNamespaceTemplate
public static class StandardTagNamespaceTemplate.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 namespaceStandardTagNamespaceTemplate.Builder
standardTagNamespaceName(String standardTagNamespaceName)
The reserved name of this standard tag namespaceStandardTagNamespaceTemplate.Builder
status(String status)
The status of the standard tag namespaceStandardTagNamespaceTemplate.Builder
tagDefinitionTemplates(List<StandardTagDefinitionTemplate> tagDefinitionTemplates)
The template of the tag definition.
-
-
-
Method Detail
-
description
public StandardTagNamespaceTemplate.Builder description(String description)
The default description of the tag namespace that users can use to create the tag namespace- Parameters:
description
- the value to set- Returns:
- this builder
-
standardTagNamespaceName
public StandardTagNamespaceTemplate.Builder standardTagNamespaceName(String standardTagNamespaceName)
The reserved name of this standard tag namespace- Parameters:
standardTagNamespaceName
- the value to set- Returns:
- this builder
-
tagDefinitionTemplates
public StandardTagNamespaceTemplate.Builder tagDefinitionTemplates(List<StandardTagDefinitionTemplate> tagDefinitionTemplates)
The template of the tag definition.This object includes necessary details to create the provided standard tag definition.
- Parameters:
tagDefinitionTemplates
- the value to set- Returns:
- this builder
-
status
public StandardTagNamespaceTemplate.Builder status(String status)
The status of the standard tag namespace- Parameters:
status
- the value to set- Returns:
- this builder
-
build
public StandardTagNamespaceTemplate build()
-
copy
public StandardTagNamespaceTemplate.Builder copy(StandardTagNamespaceTemplate model)
-
-