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