Class BulkUploadLicenseRecordsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.licensemanager.model.BulkUploadLicenseRecordsDetails.Builder
-
- Enclosing class:
- BulkUploadLicenseRecordsDetails
public static class BulkUploadLicenseRecordsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUploadLicenseRecordsDetailsbuild()BulkUploadLicenseRecordsDetails.BuildercompartmentId(String compartmentId)The compartment OCID where license records are created.BulkUploadLicenseRecordsDetails.Buildercopy(BulkUploadLicenseRecordsDetails model)BulkUploadLicenseRecordsDetails.BuilderfileContent(String fileContent)The file to be uploaded.BulkUploadLicenseRecordsDetails.BuilderfileName(String fileName)Name of the file that is being uploaded.
-
-
-
Method Detail
-
compartmentId
public BulkUploadLicenseRecordsDetails.Builder compartmentId(String compartmentId)
The compartment OCID where license records are created.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
fileName
public BulkUploadLicenseRecordsDetails.Builder fileName(String fileName)
Name of the file that is being uploaded.- Parameters:
fileName- the value to set- Returns:
- this builder
-
fileContent
public BulkUploadLicenseRecordsDetails.Builder fileContent(String fileContent)
The file to be uploaded.- Parameters:
fileContent- the value to set- Returns:
- this builder
-
build
public BulkUploadLicenseRecordsDetails build()
-
copy
public BulkUploadLicenseRecordsDetails.Builder copy(BulkUploadLicenseRecordsDetails model)
-
-