public static final class TagTypes.CreateSpec.Builder
extends java.lang.Object
TagTypes.CreateSpec
.Constructor and Description |
---|
Builder(java.lang.String name,
java.lang.String description,
java.lang.String categoryId)
Constructor with parameters for the required properties of
TagTypes.CreateSpec . |
Modifier and Type | Method and Description |
---|---|
TagTypes.CreateSpec |
build() |
TagTypes.CreateSpec.Builder |
setTagId(java.lang.String tagId)
This property was added in vSphere API 6.7.
|
public Builder(java.lang.String name, java.lang.String description, java.lang.String categoryId)
TagTypes.CreateSpec
.public TagTypes.CreateSpec.Builder setTagId(java.lang.String tagId)
null
an identifier will be generated by the servertagId
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.cis.tagging.Tag
. When
methods return a value of this class as a return value, the property will be an
identifier for the resource type: com.vmware.cis.tagging.Tag
.public TagTypes.CreateSpec build()