public static class BulkUploadLicenseRecordsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUploadLicenseRecordsDetails |
build() |
BulkUploadLicenseRecordsDetails.Builder |
compartmentId(String compartmentId)
The compartment
OCID where
license records are created.
|
BulkUploadLicenseRecordsDetails.Builder |
copy(BulkUploadLicenseRecordsDetails model) |
BulkUploadLicenseRecordsDetails.Builder |
fileContent(String fileContent)
The file to be uploaded.
|
BulkUploadLicenseRecordsDetails.Builder |
fileName(String fileName)
Name of the file that is being uploaded.
|
public BulkUploadLicenseRecordsDetails.Builder compartmentId(String compartmentId)
The compartment OCID where license records are created.
compartmentId
- the value to setpublic BulkUploadLicenseRecordsDetails.Builder fileName(String fileName)
Name of the file that is being uploaded.
fileName
- the value to setpublic BulkUploadLicenseRecordsDetails.Builder fileContent(String fileContent)
The file to be uploaded.
fileContent
- the value to setpublic BulkUploadLicenseRecordsDetails build()
public BulkUploadLicenseRecordsDetails.Builder copy(BulkUploadLicenseRecordsDetails model)
Copyright © 2016–2024. All rights reserved.