Class UploadData.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.UploadData.Builder
 
- 
- Enclosing class:
- UploadData
 
 public static class UploadData.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadDatabuild()UploadData.BuildercontentUrl(String contentUrl)The content URL of the uploaded data.UploadData.Buildercopy(UploadData model)UploadData.BuilderdisplayName(String displayName)The name used to refer to the uploaded data.UploadData.BuildermimeType(String mimeType)The MIME type of the uploaded data.
 
- 
- 
- 
Method Detail- 
displayNamepublic UploadData.Builder displayName(String displayName) The name used to refer to the uploaded data.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
contentUrlpublic UploadData.Builder contentUrl(String contentUrl) The content URL of the uploaded data.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
mimeTypepublic UploadData.Builder mimeType(String mimeType) The MIME type of the uploaded data.- Parameters:
- mimeType- the value to set
- Returns:
- this builder
 
 - 
buildpublic UploadData build() 
 - 
copypublic UploadData.Builder copy(UploadData model) 
 
- 
 
-