Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static Tag.Builder |
Tag.builder()
Create a new builder.
|
Tag.Builder |
Tag.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the tag definition.
|
Tag.Builder |
Tag.Builder.copy(Tag model) |
Tag.Builder |
Tag.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Tag.Builder |
Tag.Builder.description(String description)
The description you assign to the tag.
|
Tag.Builder |
Tag.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Tag.Builder |
Tag.Builder.id(String id)
The OCID of the tag definition.
|
Tag.Builder |
Tag.Builder.isCostTracking(Boolean isCostTracking)
Indicates whether the tag is enabled for cost tracking.
|
Tag.Builder |
Tag.Builder.isRetired(Boolean isRetired)
Indicates whether the tag is retired.
|
Tag.Builder |
Tag.Builder.lifecycleState(Tag.LifecycleState lifecycleState)
The tag’s current state.
|
Tag.Builder |
Tag.Builder.name(String name)
The name assigned to the tag during creation.
|
Tag.Builder |
Tag.Builder.tagNamespaceId(String tagNamespaceId)
The OCID of the namespace that contains the tag definition.
|
Tag.Builder |
Tag.Builder.tagNamespaceName(String tagNamespaceName)
The name of the tag namespace that contains the tag definition.
|
Tag.Builder |
Tag.Builder.timeCreated(Date timeCreated)
Date and time the tag was created, in the format defined by RFC3339.
|
Tag.Builder |
Tag.toBuilder() |
Tag.Builder |
Tag.Builder.validator(BaseTagDefinitionValidator validator) |
Copyright © 2016–2024. All rights reserved.