Package com.oracle.bmc.dns.model
Class View.Builder
- java.lang.Object
-
- com.oracle.bmc.dns.model.View.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description View
build()
View.Builder
compartmentId(String compartmentId)
The OCID of the owning compartment.View.Builder
copy(View model)
View.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.View.Builder
displayName(String displayName)
The display name of the view.View.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.View.Builder
id(String id)
The OCID of the view.View.Builder
isProtected(Boolean isProtected)
A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.View.Builder
lifecycleState(View.LifecycleState lifecycleState)
The current state of the resource.View.Builder
self(String self)
The canonical absolute URL of the resource.View.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.View.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.
-
-
-
Method Detail
-
compartmentId
public View.Builder compartmentId(String compartmentId)
The OCID of the owning compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public View.Builder displayName(String displayName)
The display name of the view.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
freeformTags
public View.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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public View.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"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
id
public View.Builder id(String id)
The OCID of the view.- Parameters:
id
- the value to set- Returns:
- this builder
-
self
public View.Builder self(String self)
The canonical absolute URL of the resource.- Parameters:
self
- the value to set- Returns:
- this builder
-
timeCreated
public View.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
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public View.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
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleState
public View.Builder lifecycleState(View.LifecycleState lifecycleState)
The current state of the resource.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
isProtected
public View.Builder isProtected(Boolean isProtected)
A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.- Parameters:
isProtected
- the value to set- Returns:
- this builder
-
build
public View build()
-
copy
public View.Builder copy(View model)
-
-