public static class AttachmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AttachmentDetails |
build() |
AttachmentDetails.Builder |
copy(AttachmentDetails model) |
AttachmentDetails.Builder |
isImplicit(Boolean isImplicit)
If role ==
PARENT , the attached instance was created by this service instance *
If role == CHILD , this instance was created from attached instance on behalf of a
user
|
AttachmentDetails.Builder |
targetId(String targetId)
The OCID of the target instance (which could be any other OCI PaaS/SaaS resource), to
which this instance is attached.
|
AttachmentDetails.Builder |
targetInstanceUrl(String targetInstanceUrl)
The dataplane instance URL of the attached instance
|
AttachmentDetails.Builder |
targetRole(AttachmentDetails.TargetRole targetRole)
The role of the target attachment.
|
AttachmentDetails.Builder |
targetServiceType(String targetServiceType)
The type of the target instance, such as “FUSION”.
|
public AttachmentDetails.Builder targetRole(AttachmentDetails.TargetRole targetRole)
The role of the target attachment. * PARENT
- The target instance is the parent
of this attachment. * CHILD
- The target instance is the child of this
attachment.
targetRole
- the value to setpublic AttachmentDetails.Builder isImplicit(Boolean isImplicit)
PARENT
, the attached instance was created by this service instance *
If role == CHILD
, this instance was created from attached instance on behalf of a
userisImplicit
- the value to setpublic AttachmentDetails.Builder targetId(String targetId)
The OCID of the target instance (which could be any other OCI PaaS/SaaS resource), to which this instance is attached.
targetId
- the value to setpublic AttachmentDetails.Builder targetInstanceUrl(String targetInstanceUrl)
The dataplane instance URL of the attached instance
targetInstanceUrl
- the value to setpublic AttachmentDetails.Builder targetServiceType(String targetServiceType)
The type of the target instance, such as “FUSION”.
targetServiceType
- the value to setpublic AttachmentDetails build()
public AttachmentDetails.Builder copy(AttachmentDetails model)
Copyright © 2016–2024. All rights reserved.