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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewSummarybuild()ViewSummary.BuildercompartmentId(String compartmentId)The OCID of the owning compartment.ViewSummary.Buildercopy(ViewSummary model)ViewSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ViewSummary.BuilderdisplayName(String displayName)The display name of the view.ViewSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ViewSummary.Builderid(String id)The OCID of the view.ViewSummary.BuilderisProtected(Boolean isProtected)A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.ViewSummary.BuilderlifecycleState(ViewSummary.LifecycleState lifecycleState)The current state of the resource.ViewSummary.Builderself(String self)The canonical absolute URL of the resource.ViewSummary.BuildertimeCreated(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.BuildertimeUpdated(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- 
compartmentIdpublic ViewSummary.Builder compartmentId(String compartmentId) The OCID of the owning compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ViewSummary.Builder displayName(String displayName) The display name of the view.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
idpublic ViewSummary.Builder id(String id) The OCID of the view.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
selfpublic ViewSummary.Builder self(String self) The canonical absolute URL of the resource.- Parameters:
- self- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
timeUpdatedpublic 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
 
 - 
lifecycleStatepublic ViewSummary.Builder lifecycleState(ViewSummary.LifecycleState lifecycleState) The current state of the resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
isProtectedpublic 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
 
 - 
buildpublic ViewSummary build() 
 - 
copypublic ViewSummary.Builder copy(ViewSummary model) 
 
- 
 
-