public static class ViewSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ViewSummary |
build() |
ViewSummary.Builder |
compartmentId(String compartmentId)
The OCID of the owning compartment.
|
ViewSummary.Builder |
copy(ViewSummary model) |
ViewSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ViewSummary.Builder |
displayName(String displayName)
The display name of the view.
|
ViewSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ViewSummary.Builder |
id(String id)
The OCID of the view.
|
ViewSummary.Builder |
isProtected(Boolean isProtected)
A Boolean flag indicating whether or not parts of the resource are unable to be
explicitly managed.
|
ViewSummary.Builder |
lifecycleState(ViewSummary.LifecycleState lifecycleState)
The current state of the resource.
|
ViewSummary.Builder |
self(String self)
The canonical absolute URL of the resource.
|
ViewSummary.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created in “YYYY-MM-ddThh:mm:ssZ” format with a Z
offset, as defined by RFC 3339.
|
ViewSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the resource was last updated in “YYYY-MM-ddThh:mm:ssZ” format with a Z
offset, as defined by RFC 3339.
|
public ViewSummary.Builder compartmentId(String compartmentId)
The OCID of the owning compartment.
compartmentId
- the value to setpublic ViewSummary.Builder displayName(String displayName)
The display name of the view.
displayName
- the value to setpublic ViewSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
**Example:** {"Department": "Finance"}
freeformTags
- the value to setpublic ViewSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
**Example:** {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ViewSummary.Builder id(String id)
The OCID of the view.
id
- the value to setpublic ViewSummary.Builder self(String self)
The canonical absolute URL of the resource.
self
- the value to setpublic ViewSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created in “YYYY-MM-ddThh:mm:ssZ” format with a Z offset, as defined by RFC 3339.
*Example:** 2016-07-22T17:23:59:60Z
timeCreated
- the value to setpublic ViewSummary.Builder timeUpdated(Date timeUpdated)
The date and time the resource was last updated in “YYYY-MM-ddThh:mm:ssZ” format with a Z offset, as defined by RFC 3339.
*Example:** 2016-07-22T17:23:59:60Z
timeUpdated
- the value to setpublic ViewSummary.Builder lifecycleState(ViewSummary.LifecycleState lifecycleState)
The current state of the resource.
lifecycleState
- the value to setpublic ViewSummary.Builder isProtected(Boolean isProtected)
A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.
isProtected
- the value to setpublic ViewSummary build()
public ViewSummary.Builder copy(ViewSummary model)
Copyright © 2016–2024. All rights reserved.