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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateServiceAttachmentDetailsbuild()CreateServiceAttachmentDetails.Buildercopy(CreateServiceAttachmentDetails model)CreateServiceAttachmentDetails.BuilderserviceInstanceId(String serviceInstanceId)The service instance OCID of the instance being attachedCreateServiceAttachmentDetails.BuilderserviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)Type of the ServiceInstance being attached.
 
- 
- 
- 
Method Detail- 
serviceInstanceTypepublic CreateServiceAttachmentDetails.Builder serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType) Type of the ServiceInstance being attached.- Parameters:
- serviceInstanceType- the value to set
- Returns:
- this builder
 
 - 
serviceInstanceIdpublic CreateServiceAttachmentDetails.Builder serviceInstanceId(String serviceInstanceId) The service instance OCID of the instance being attached- Parameters:
- serviceInstanceId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateServiceAttachmentDetails build() 
 - 
copypublic CreateServiceAttachmentDetails.Builder copy(CreateServiceAttachmentDetails model) 
 
- 
 
-