public static class TagDefaultSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TagDefaultSummary |
build() |
TagDefaultSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
TagDefaultSummary.Builder |
copy(TagDefaultSummary model) |
TagDefaultSummary.Builder |
id(String id)
The OCID of the tag default.
|
TagDefaultSummary.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).
|
TagDefaultSummary.Builder |
lifecycleState(TagDefaultSummary.LifecycleState lifecycleState)
The tag default’s current state.
|
TagDefaultSummary.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
TagDefaultSummary.Builder |
tagDefinitionId(String tagDefinitionId)
The OCID of the tag definition.
|
TagDefaultSummary.Builder |
tagDefinitionName(String tagDefinitionName)
The name used in the tag definition.
|
TagDefaultSummary.Builder |
tagNamespaceId(String tagNamespaceId)
The OCID of the tag namespace that contains the tag definition.
|
TagDefaultSummary.Builder |
timeCreated(Date timeCreated)
Date and time the
TagDefault object was created, in the format defined by
RFC3339. |
TagDefaultSummary.Builder |
value(String value)
The default value for the tag definition.
|
public TagDefaultSummary.Builder id(String id)
The OCID of the tag default.
id
- the value to setpublic TagDefaultSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment. The tag default will apply to all new resources that are created in the compartment.
compartmentId
- the value to setpublic TagDefaultSummary.Builder tagNamespaceId(String tagNamespaceId)
The OCID of the tag namespace that contains the tag definition.
tagNamespaceId
- the value to setpublic TagDefaultSummary.Builder tagDefinitionId(String tagDefinitionId)
The OCID of the tag definition. The tag default will always assign a default value for this tag definition.
tagDefinitionId
- the value to setpublic TagDefaultSummary.Builder tagDefinitionName(String tagDefinitionName)
The name used in the tag definition. This field is informational in the context of the tag default.
tagDefinitionName
- the value to setpublic TagDefaultSummary.Builder value(String value)
The default value for the tag definition. This will be applied to all new resources created in the compartment.
value
- the value to setpublic TagDefaultSummary.Builder timeCreated(Date timeCreated)
Date and time the TagDefault
object was created, in the format defined by
RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic TagDefaultSummary.Builder lifecycleState(TagDefaultSummary.LifecycleState lifecycleState)
The tag default’s current state. After creating a TagDefault
, make sure its
lifecycleState
is ACTIVE before using it.
lifecycleState
- the value to setpublic TagDefaultSummary.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). If no value is set, resource creation is blocked.
If the isRequired
flag is set to "true", the value is set during resource
creation. * If the isRequired
flag is set to "false", the value you enter is set
during resource creation.
Example: false
isRequired
- the value to setpublic TagDefaultSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic TagDefaultSummary build()
public TagDefaultSummary.Builder copy(TagDefaultSummary model)
Copyright © 2016–2024. All rights reserved.