Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static TagDefault.Builder |
TagDefault.builder()
Create a new builder.
|
TagDefault.Builder |
TagDefault.Builder.compartmentId(String compartmentId)
The OCID of the compartment.
|
TagDefault.Builder |
TagDefault.Builder.copy(TagDefault model) |
TagDefault.Builder |
TagDefault.Builder.id(String id)
The OCID of the tag default.
|
TagDefault.Builder |
TagDefault.Builder.isRequired(Boolean isRequired)
If you specify that a value is required, a value is set during resource creation (either
by the user creating the resource or another tag defualt).
|
TagDefault.Builder |
TagDefault.Builder.lifecycleState(TagDefault.LifecycleState lifecycleState)
The tag default’s current state.
|
TagDefault.Builder |
TagDefault.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
TagDefault.Builder |
TagDefault.Builder.tagDefinitionId(String tagDefinitionId)
The OCID of the tag definition.
|
TagDefault.Builder |
TagDefault.Builder.tagDefinitionName(String tagDefinitionName)
The name used in the tag definition.
|
TagDefault.Builder |
TagDefault.Builder.tagNamespaceId(String tagNamespaceId)
The OCID of the tag namespace that contains the tag definition.
|
TagDefault.Builder |
TagDefault.Builder.timeCreated(Date timeCreated)
Date and time the
TagDefault object was created, in the format defined by
RFC3339. |
TagDefault.Builder |
TagDefault.toBuilder() |
TagDefault.Builder |
TagDefault.Builder.value(String value)
The default value for the tag definition.
|
Copyright © 2016–2024. All rights reserved.