static AttachmentDetails.Builder |
AttachmentDetails.builder() |
Create a new builder.
|
AttachmentDetails.Builder |
AttachmentDetails.Builder.copy(AttachmentDetails model) |
|
AttachmentDetails.Builder |
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 |
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 |
AttachmentDetails.Builder.targetInstanceUrl(String targetInstanceUrl) |
The dataplane instance URL of the attached instance
|
AttachmentDetails.Builder |
AttachmentDetails.Builder.targetRole(AttachmentDetails.TargetRole targetRole) |
The role of the target attachment.
|
AttachmentDetails.Builder |
AttachmentDetails.Builder.targetServiceType(String targetServiceType) |
The type of the target instance, such as “FUSION”.
|
AttachmentDetails.Builder |
AttachmentDetails.toBuilder() |
|