Class LinkSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.tenantmanagercontrolplane.model.LinkSummary.Builder
 
- 
- Enclosing class:
- LinkSummary
 
 public static class LinkSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkSummarybuild()LinkSummary.BuilderchildTenancyId(String childTenancyId)OCID of the child tenancy.LinkSummary.Buildercopy(LinkSummary model)LinkSummary.Builderid(String id)OCID of the link.LinkSummary.BuilderlifecycleState(LifecycleState lifecycleState)Lifecycle state of the link.LinkSummary.BuilderparentTenancyId(String parentTenancyId)OCID of the parent tenancy.LinkSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.LinkSummary.BuildertimeCreated(Date timeCreated)Date-time when this link was createdLinkSummary.BuildertimeTerminated(Date timeTerminated)Date-time when this link was terminated.LinkSummary.BuildertimeUpdated(Date timeUpdated)Date-time when this link was last updated.
 
- 
- 
- 
Method Detail- 
idpublic LinkSummary.Builder id(String id) OCID of the link.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
parentTenancyIdpublic LinkSummary.Builder parentTenancyId(String parentTenancyId) OCID of the parent tenancy.- Parameters:
- parentTenancyId- the value to set
- Returns:
- this builder
 
 - 
childTenancyIdpublic LinkSummary.Builder childTenancyId(String childTenancyId) OCID of the child tenancy.- Parameters:
- childTenancyId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic LinkSummary.Builder lifecycleState(LifecycleState lifecycleState) Lifecycle state of the link.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic LinkSummary.Builder timeCreated(Date timeCreated) Date-time when this link was created- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic LinkSummary.Builder timeUpdated(Date timeUpdated) Date-time when this link was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
timeTerminatedpublic LinkSummary.Builder timeTerminated(Date timeTerminated) Date-time when this link was terminated.- Parameters:
- timeTerminated- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic LinkSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic LinkSummary build() 
 - 
copypublic LinkSummary.Builder copy(LinkSummary model) 
 
- 
 
-