Class Link.Builder
- java.lang.Object
- 
- com.oracle.bmc.tenantmanagercontrolplane.model.Link.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Linkbuild()Link.BuilderchildTenancyId(String childTenancyId)OCID of the child tenancy.Link.Buildercopy(Link model)Link.Builderid(String id)OCID of the link.Link.BuilderlifecycleState(LifecycleState lifecycleState)Lifecycle state of the link.Link.BuilderparentTenancyId(String parentTenancyId)OCID of the parent tenancy.Link.BuildertimeCreated(Date timeCreated)Date-time when this link was created.Link.BuildertimeTerminated(Date timeTerminated)Date-time when this link was terminated.Link.BuildertimeUpdated(Date timeUpdated)Date-time when this link was last updated.
 
- 
- 
- 
Method Detail- 
idpublic Link.Builder id(String id) OCID of the link.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
parentTenancyIdpublic Link.Builder parentTenancyId(String parentTenancyId) OCID of the parent tenancy.- Parameters:
- parentTenancyId- the value to set
- Returns:
- this builder
 
 - 
childTenancyIdpublic Link.Builder childTenancyId(String childTenancyId) OCID of the child tenancy.- Parameters:
- childTenancyId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Link.Builder lifecycleState(LifecycleState lifecycleState) Lifecycle state of the link.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Link.Builder timeCreated(Date timeCreated) Date-time when this link was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Link.Builder timeUpdated(Date timeUpdated) Date-time when this link was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
timeTerminatedpublic Link.Builder timeTerminated(Date timeTerminated) Date-time when this link was terminated.- Parameters:
- timeTerminated- the value to set
- Returns:
- this builder
 
 - 
buildpublic Link build() 
 - 
copypublic Link.Builder copy(Link model) 
 
- 
 
-