Package com.oracle.bmc.dns.model
Class ViewSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dns.model.ViewSummary.Builder
-
- Enclosing class:
- ViewSummary
public static class ViewSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
compartmentId
public ViewSummary.Builder compartmentId(String compartmentId)
The OCID of the owning compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public ViewSummary.Builder displayName(String displayName)
The display name of the view.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
freeformTags
public 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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
id
public ViewSummary.Builder id(String id)
The OCID of the view.- Parameters:
id
- the value to set- Returns:
- this builder
-
self
public ViewSummary.Builder self(String self)
The canonical absolute URL of the resource.- Parameters:
self
- the value to set- Returns:
- this builder
-
timeCreated
public 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
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public 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
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleState
public ViewSummary.Builder lifecycleState(ViewSummary.LifecycleState lifecycleState)
The current state of the resource.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
isProtected
public ViewSummary.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 ViewSummary build()
-
copy
public ViewSummary.Builder copy(ViewSummary model)
-
-