Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Link |
build() |
Link.Builder |
childTenancyId(String childTenancyId)
OCID of the child tenancy.
|
Link.Builder |
copy(Link model) |
Link.Builder |
id(String id)
OCID of the link.
|
Link.Builder |
lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the link.
|
Link.Builder |
parentTenancyId(String parentTenancyId)
OCID of the parent tenancy.
|
Link.Builder |
timeCreated(Date timeCreated)
Date-time when this link was created.
|
Link.Builder |
timeTerminated(Date timeTerminated)
Date-time when this link was terminated.
|
Link.Builder |
timeUpdated(Date timeUpdated)
Date-time when this link was last updated.
|
public Link.Builder id(String id)
OCID of the link.
id
- the value to setpublic Link.Builder parentTenancyId(String parentTenancyId)
OCID of the parent tenancy.
parentTenancyId
- the value to setpublic Link.Builder childTenancyId(String childTenancyId)
OCID of the child tenancy.
childTenancyId
- the value to setpublic Link.Builder lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the link.
lifecycleState
- the value to setpublic Link.Builder timeCreated(Date timeCreated)
Date-time when this link was created.
timeCreated
- the value to setpublic Link.Builder timeUpdated(Date timeUpdated)
Date-time when this link was last updated.
timeUpdated
- the value to setpublic Link.Builder timeTerminated(Date timeTerminated)
Date-time when this link was terminated.
timeTerminated
- the value to setpublic Link build()
public Link.Builder copy(Link model)
Copyright © 2016–2024. All rights reserved.