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