Package com.oracle.bmc.fusionapps.model
Class VerifyServiceAttachmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fusionapps.model.VerifyServiceAttachmentDetails.Builder
-
- Enclosing class:
- VerifyServiceAttachmentDetails
public static class VerifyServiceAttachmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerifyServiceAttachmentDetails
build()
VerifyServiceAttachmentDetails.Builder
copy(VerifyServiceAttachmentDetails model)
VerifyServiceAttachmentDetails.Builder
serviceInstanceId(String serviceInstanceId)
The service instance OCID of the instance being attachedVerifyServiceAttachmentDetails.Builder
serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the ServiceInstance being attached.
-
-
-
Method Detail
-
serviceInstanceType
public VerifyServiceAttachmentDetails.Builder serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the ServiceInstance being attached.- Parameters:
serviceInstanceType
- the value to set- Returns:
- this builder
-
serviceInstanceId
public VerifyServiceAttachmentDetails.Builder serviceInstanceId(String serviceInstanceId)
The service instance OCID of the instance being attached- Parameters:
serviceInstanceId
- the value to set- Returns:
- this builder
-
build
public VerifyServiceAttachmentDetails build()
-
copy
public VerifyServiceAttachmentDetails.Builder copy(VerifyServiceAttachmentDetails model)
-
-